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 AuthenticatorAuthenticator.Builder.objectAuthenticator 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.authenticatorsAuthenticators 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 TypeMethodDescriptionvoidAggregateAuthenticatorBeanDefinitionParser.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 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.