Interface Authenticator

  • All Known Implementing Classes:
    JwtAuthenticator, SessionTokenAuthenticator

    public interface Authenticator
    Interface which manages the access token. Will be creating http calls for different authentication mechanisms like ServiceAccount Auth through JWT, or OAUTH, or API key.
    • Method Detail

      • refreshSessionToken

        SessionToken refreshSessionToken()
        Fetches a new Session Token from IMS and returns the token.
      • getClientId

        String getClientId()