Class MCSPAuthenticator

  • All Implemented Interfaces:
    Authenticator

    public class MCSPAuthenticator
    extends TokenRequestBasedAuthenticator<MCSPToken,​MCSPTokenResponse>
    implements Authenticator
    This class provides an Authenticator implementation for the Multi-Cloud Saas Platform (MCSP) environment. This authenticator will use the url and apikey values to automatically fetch an access token from the MCSP token service via the "POST /siusermgr/api/1.0/apikeys/token" operation. When the access token expires, a new access token will be fetched.