public interface AuthenticatorFactory
Modifier and Type | Method and Description |
---|---|
AuthenticationRequest |
createAuthenticationRequest(Map<String,?> jaasOptions)
Creates a new authentication request with the supplied JAAS options.
|
Authenticator |
createAuthenticator(Map<String,?> jaasOptions)
Creates a new authenticator with the supplied JAAS options.
|
Authenticator createAuthenticator(Map<String,?> jaasOptions)
jaasOptions
- JAAS configuration optionsAuthenticationRequest createAuthenticationRequest(Map<String,?> jaasOptions)
jaasOptions
- JAAS configuration optionsCopyright © 2003-2019 Virginia Tech. All Rights Reserved.