Package org.ldaptive.jaas
Interface AuthenticatorFactory
- All Known Implementing Classes:
PropertiesAuthenticatorFactory
public interface AuthenticatorFactory
Provides an interface for creating authenticators needed by various JAAS modules.
-
Method Summary
Modifier and TypeMethodDescriptioncreateAuthenticationRequest
(Map<String, ?> jaasOptions) Creates a new authentication request with the supplied JAAS options.createAuthenticator
(Map<String, ?> jaasOptions) Creates a new authenticator with the supplied JAAS options.
-
Method Details
-
createAuthenticator
Creates a new authenticator with the supplied JAAS options.- Parameters:
jaasOptions
- JAAS configuration options- Returns:
- authenticator
-
createAuthenticationRequest
Creates a new authentication request with the supplied JAAS options.- Parameters:
jaasOptions
- JAAS configuration options- Returns:
- authentication request
-