Interface ServerAuthenticationHandlerConfig
- All Superinterfaces:
AuthenticationHandlerConfig
An authentication handler hosted on the server.
The handler will be instantiated when the server starts.
- Since:
- 5.0
-
Method Summary
Modifier and TypeMethodDescriptionThe fully qualified name of a class which implements theAuthenticator
interface.
-
Method Details
-
getClassName
String getClassName()The fully qualified name of a class which implements theAuthenticator
interface.The class must be available on the classpath.
- Returns:
- the name of the authentication handler class
-