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 SummaryModifier and TypeMethodDescriptionThe fully qualified name of a class which implements theAuthenticatorinterface.
- 
Method Details- 
getClassNameString getClassName()The fully qualified name of a class which implements theAuthenticatorinterface.The class must be available on the classpath. - Returns:
- the name of the authentication handler class
 
 
-