Uses of Class
org.ldaptive.auth.Authenticator
-
Packages that use Authenticator Package Description org.ldaptive.auth org.ldaptive.jaas org.ldaptive.props -
-
Uses of Authenticator in org.ldaptive.auth
Fields in org.ldaptive.auth declared as Authenticator Modifier and Type Field Description private Authenticator
Authenticator.Builder. object
Authenticator to build.Methods in org.ldaptive.auth that return Authenticator Modifier and Type Method Description Authenticator
Authenticator.Builder. build()
Returns the authenticator. -
Uses of Authenticator in org.ldaptive.jaas
Fields in org.ldaptive.jaas declared as Authenticator Modifier and Type Field Description private Authenticator
LdapDnAuthorizationModule. auth
Authenticator to use against the LDAP.private Authenticator
LdapLoginModule. auth
Authenticator to use against the LDAP.Fields in org.ldaptive.jaas with type parameters of type Authenticator Modifier and Type Field Description private static Map<String,Authenticator>
PropertiesAuthenticatorFactory. CACHE
Object CACHE.Methods in org.ldaptive.jaas that return Authenticator Modifier and Type Method Description Authenticator
AuthenticatorFactory. createAuthenticator(Map<String,?> jaasOptions)
Creates a new authenticator with the supplied JAAS options.Authenticator
PropertiesAuthenticatorFactory. createAuthenticator(Map<String,?> jaasOptions)
protected Authenticator
PropertiesAuthenticatorFactory. 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 Authenticator Constructor Description AuthenticatorPropertySource(Authenticator a)
Creates 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.AuthenticatorPropertySource(Authenticator a, Properties props)
Creates a new authenticator property source.AuthenticatorPropertySource(Authenticator a, PropertySource.PropertyDomain domain, Properties props)
Creates a new authenticator property source.
-