Uses of Interface
org.ldaptive.auth.DnResolver
Packages that use DnResolver
-
Uses of DnResolver in org.ldaptive.auth
Classes in org.ldaptive.auth that implement DnResolverModifier and TypeClassDescriptionclass
Looks up a user's DN using multiple DN resolvers.class
Returns a DN by applying a formatter.class
Returns a DN that is the user identifier.class
Base implementation for search dn resolvers.Fields in org.ldaptive.auth declared as DnResolverModifier and TypeFieldDescriptionprivate DnResolver
Authenticator.dnResolver
For finding user DNs.Fields in org.ldaptive.auth with type parameters of type DnResolverModifier and TypeFieldDescriptionprivate Map
<String, DnResolver> AggregateDnResolver.dnResolvers
Labeled DN resolvers.Methods in org.ldaptive.auth that return DnResolverMethods in org.ldaptive.auth that return types with arguments of type DnResolverModifier and TypeMethodDescriptionAggregateDnResolver.getDnResolvers()
Returns the DN resolvers to aggregate over.Methods in org.ldaptive.auth with parameters of type DnResolverModifier and TypeMethodDescriptionvoid
AggregateDnResolver.addDnResolver
(String label, DnResolver resolver) Adds a DN resolver with the supplied label.Authenticator.Builder.dnResolver
(DnResolver resolver) Sets the DN resolver.AggregateDnResolver.Builder.resolver
(String label, DnResolver resolver) void
Authenticator.setDnResolver
(DnResolver resolver) Sets the DN resolver.Method parameters in org.ldaptive.auth with type arguments of type DnResolverModifier and TypeMethodDescriptionvoid
AggregateDnResolver.setDnResolvers
(Map<String, DnResolver> resolvers) Sets the DN resolvers to aggregate over.Constructors in org.ldaptive.auth with parameters of type DnResolverModifierConstructorDescriptionAuthenticator
(DnResolver resolver, AuthenticationHandler handler) Creates a new authenticator.Constructor parameters in org.ldaptive.auth with type arguments of type DnResolverModifierConstructorDescriptionAggregateDnResolver
(Map<String, DnResolver> resolvers) Creates a new aggregate dn resolver.AggregateDnResolver
(Map<String, DnResolver> resolvers, ExecutorService es) Creates a new aggregate dn resolver.