Uses of Class
org.ldaptive.auth.Authenticator
Packages that use Authenticator
-
Uses of Authenticator in org.ldaptive.auth
Fields in org.ldaptive.auth declared as AuthenticatorModifier and TypeFieldDescriptionprivate final AuthenticatorAuthenticator.Builder.objectAuthenticator to build.Methods in org.ldaptive.auth that return Authenticator -
Uses of Authenticator in org.ldaptive.jaas
Fields in org.ldaptive.jaas declared as AuthenticatorModifier and TypeFieldDescriptionprivate AuthenticatorLdapDnAuthorizationModule.authAuthenticator to use against the LDAP.private AuthenticatorLdapLoginModule.authAuthenticator to use against the LDAP.Fields in org.ldaptive.jaas with type parameters of type AuthenticatorModifier and TypeFieldDescriptionprivate static final Map<String,Authenticator> PropertiesAuthenticatorFactory.CACHEObject CACHE.Methods in org.ldaptive.jaas that return AuthenticatorModifier and TypeMethodDescriptionAuthenticatorFactory.createAuthenticator(Map<String, ?> jaasOptions) Creates a new authenticator with the supplied JAAS options.PropertiesAuthenticatorFactory.createAuthenticator(Map<String, ?> jaasOptions) protected AuthenticatorPropertiesAuthenticatorFactory.createAuthenticatorInternal(Map<String, ?> options) Initializes an authenticator using an authenticator property source. -
Uses of Authenticator in org.ldaptive.props
Constructors in org.ldaptive.props with parameters of type AuthenticatorModifierConstructorDescriptionCreates a new authenticator property source using the default properties file.AuthenticatorPropertySource(Authenticator a, Reader... readers) Creates a new authenticator property source.AuthenticatorPropertySource(Authenticator a, String... paths) Creates a new authenticator property source.Creates a new authenticator property source.AuthenticatorPropertySource(Authenticator a, PropertySource.PropertyDomain domain, Properties props) Creates a new authenticator property source.