Class DisabledAuthenticator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void authenticate​(Request request)
      Implementations of this operation will prepare the authentication information as expected by the Okta API server.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • AUTHENTICATION_SCHEME

        public static final java.lang.String AUTHENTICATION_SCHEME
        See Also:
        Constant Field Values
    • Constructor Detail

      • DisabledAuthenticator

        public DisabledAuthenticator()
    • Method Detail

      • authenticate

        public void authenticate​(Request request)
                          throws RequestAuthenticationException
        Description copied from interface: RequestAuthenticator
        Implementations of this operation will prepare the authentication information as expected by the Okta API server.
        Specified by:
        authenticate in interface RequestAuthenticator
        Parameters:
        request - the request that will be sent to Okta API server, it shall be modified by the implementating classes in order to insert here the authentication information
        Throws:
        RequestAuthenticationException - when the authentication request cannot be created