Interface AuthenticationMechanism


  • public interface AuthenticationMechanism
    This interface represents an authentication mechanism. Extend this interface to write custom authentication mechanism.
    • Method Detail

      • startup

        void startup​(java.util.Properties properties)
        This method is invoked by authentication service when it initializes this authentication mechanism. Authentication service passes the specified properties.
        Parameters:
        properties - The properties.
      • shutdown

        void shutdown()
        This method is invoked by authentication service when it destroys this authentication mechanism.