Uses of Interface
org.ldaptive.auth.EntryResolver
Packages that use EntryResolver
-
Uses of EntryResolver in org.ldaptive.auth
Classes in org.ldaptive.auth that implement EntryResolverModifier and TypeClassDescriptionclass
Base implementation for search entry resolvers.class
Used in conjunction with anAggregateDnResolver
to resolve an entry.class
Reads the authorization identity response control, then performs an object level search on the result.class
Returns an LDAP entry that contains only the DN that was supplied to it.class
Looks up the LDAP entry associated with a user.class
Executes the whoami extended operation on the authenticated connection, then performs an object level search on the result.Fields in org.ldaptive.auth declared as EntryResolverModifier and TypeFieldDescriptionprivate EntryResolver
Authenticator.entryResolver
For finding user entries.private static final EntryResolver
Authenticator.NOOP_RESOLVER
NoOp entry resolver.Fields in org.ldaptive.auth with type parameters of type EntryResolverModifier and TypeFieldDescriptionprivate Map
<String, EntryResolver> AggregateEntryResolver.entryResolvers
Labeled entry resolvers.Methods in org.ldaptive.auth that return EntryResolverModifier and TypeMethodDescriptionAggregateDnResolver.createEntryResolver
(EntryResolver resolver) Creates an aggregate entry resolver using the labels from the DN resolver and the supplied entry resolver.Authenticator.getEntryResolver()
Returns the entry resolver.Methods in org.ldaptive.auth that return types with arguments of type EntryResolverModifier and TypeMethodDescriptionAggregateEntryResolver.getEntryResolvers()
Returns the entry resolvers to aggregate over.Methods in org.ldaptive.auth with parameters of type EntryResolverModifier and TypeMethodDescriptionvoid
AggregateEntryResolver.addEntryResolver
(String label, EntryResolver resolver) Adds an entry resolver with the supplied label.AggregateDnResolver.createEntryResolver
(EntryResolver resolver) Creates an aggregate entry resolver using the labels from the DN resolver and the supplied entry resolver.Authenticator.Builder.entryResolver
(EntryResolver resolver) Sets the entry resolver.AggregateEntryResolver.Builder.resolver
(String label, EntryResolver resolver) void
Authenticator.setEntryResolver
(EntryResolver resolver) Sets the entry resolver.Method parameters in org.ldaptive.auth with type arguments of type EntryResolverModifier and TypeMethodDescriptionvoid
AggregateEntryResolver.setEntryResolvers
(Map<String, EntryResolver> resolvers) Sets the entry resolvers to aggregate over.Constructor parameters in org.ldaptive.auth with type arguments of type EntryResolverModifierConstructorDescriptionAggregateEntryResolver
(Map<String, EntryResolver> resolvers) Creates a new aggregate entry resolver.