Uses of Class
org.ldaptive.auth.Authenticator
-
Packages that use Authenticator Package Description org.ldaptive.auth org.ldaptive.beans.spring.parser org.ldaptive.jaas org.ldaptive.props -
-
Uses of Authenticator in org.ldaptive.auth
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.beans.spring.parser
Methods in org.ldaptive.beans.spring.parser that return Authenticator Modifier and Type Method Description Authenticator
AggregateAuthenticatorBeanDefinitionParser.AggregateAuthenticatorFactoryBean. getObject()
Methods in org.ldaptive.beans.spring.parser that return types with arguments of type Authenticator Modifier and Type Method Description java.lang.Class<Authenticator>
AggregateAuthenticatorBeanDefinitionParser.AggregateAuthenticatorFactoryBean. getObjectType()
Method parameters in org.ldaptive.beans.spring.parser with type arguments of type Authenticator Modifier and Type Method Description void
AggregateAuthenticatorBeanDefinitionParser.AggregateAuthenticatorFactoryBean. setAuthenticators(java.util.List<Authenticator> auths)
Sets the authenticators to aggregate. -
Uses of Authenticator in org.ldaptive.jaas
Methods in org.ldaptive.jaas that return Authenticator Modifier and Type Method Description Authenticator
AuthenticatorFactory. createAuthenticator(java.util.Map<java.lang.String,?> jaasOptions)
Creates a new authenticator with the supplied JAAS options.Authenticator
PropertiesAuthenticatorFactory. createAuthenticator(java.util.Map<java.lang.String,?> jaasOptions)
protected Authenticator
PropertiesAuthenticatorFactory. createAuthenticatorInternal(java.util.Map<java.lang.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, java.io.Reader... readers)
Creates a new authenticator property source.AuthenticatorPropertySource(Authenticator a, java.lang.String... paths)
Creates a new authenticator property source.AuthenticatorPropertySource(Authenticator a, java.util.Properties props)
Creates a new authenticator property source.AuthenticatorPropertySource(Authenticator a, PropertySource.PropertyDomain domain, java.util.Properties props)
Creates a new authenticator property source.
-