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 TypeClassDescriptionfinal classLooks up a user's DN using multiple DN resolvers.classReturns a DN by applying a formatter.final classReturns a DN that is the user identifier.classBase implementation for search dn resolvers.Fields in org.ldaptive.auth declared as DnResolverModifier and TypeFieldDescriptionprivate DnResolverAuthenticator.dnResolverFor finding user DNs.Fields in org.ldaptive.auth with type parameters of type DnResolverModifier and TypeFieldDescriptionprivate final Map<String,DnResolver> AggregateDnResolver.dnResolversLabeled 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 TypeMethodDescriptionvoidAggregateDnResolver.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) voidAuthenticator.setDnResolver(DnResolver resolver) Sets the DN resolver.Method parameters in org.ldaptive.auth with type arguments of type DnResolverModifier and TypeMethodDescriptionvoidAggregateDnResolver.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.