public interface ServerAuthenticationHandlerConfig extends AuthenticationHandlerConfig
The handler will be instantiated when the server starts.
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
The fully qualified name of a class which implements either the
Authenticator
or
AuthenticationHandler
interface. |
String getClassName()
Authenticator
or
AuthenticationHandler
interface. The former is recommended as the latter is deprecated.
The class must be available on the classpath.
Copyright © 2020 Push Technology Ltd. All Rights Reserved.