Interface ServerAuthenticationHandlerConfig

All Superinterfaces:
AuthenticationHandlerConfig

public interface ServerAuthenticationHandlerConfig extends AuthenticationHandlerConfig
An authentication handler hosted on the server.

The handler will be instantiated when the server starts.

Since:
5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    The fully qualified name of a class which implements the Authenticator interface.
  • Method Details

    • getClassName

      String getClassName()
      The fully qualified name of a class which implements the Authenticator interface.

      The class must be available on the classpath.

      Returns:
      the name of the authentication handler class