Uses of Class
org.ldaptive.auth.Authenticator
Packages that use Authenticator
Package
Description
-
Uses of Authenticator in org.ldaptive.auth
Fields in org.ldaptive.auth declared as AuthenticatorModifier and TypeFieldDescriptionprivate final Authenticator
Authenticator.Builder.object
Authenticator to build.Methods in org.ldaptive.auth that return Authenticator -
Uses of Authenticator in org.ldaptive.beans.spring.parser
Fields in org.ldaptive.beans.spring.parser with type parameters of type AuthenticatorModifier and TypeFieldDescriptionprivate List
<Authenticator> AggregateAuthenticatorBeanDefinitionParser.AggregateAuthenticatorFactoryBean.authenticators
Authenticators to aggregate.Methods in org.ldaptive.beans.spring.parser that return AuthenticatorModifier and TypeMethodDescriptionAggregateAuthenticatorBeanDefinitionParser.AggregateAuthenticatorFactoryBean.getObject()
Methods in org.ldaptive.beans.spring.parser that return types with arguments of type AuthenticatorModifier and TypeMethodDescriptionAggregateAuthenticatorBeanDefinitionParser.AggregateAuthenticatorFactoryBean.getObjectType()
Method parameters in org.ldaptive.beans.spring.parser with type arguments of type AuthenticatorModifier and TypeMethodDescriptionvoid
AggregateAuthenticatorBeanDefinitionParser.AggregateAuthenticatorFactoryBean.setAuthenticators
(List<Authenticator> auths) Sets the authenticators to aggregate. -
Uses of Authenticator in org.ldaptive.jaas
Fields in org.ldaptive.jaas declared as AuthenticatorModifier and TypeFieldDescriptionprivate 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 AuthenticatorModifier and TypeFieldDescriptionprivate static final Map
<String, Authenticator> PropertiesAuthenticatorFactory.CACHE
Object 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 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 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.