| Package | Description | 
|---|---|
| org.ldaptive.auth | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractSearchEntryResolverBase implementation for search entry resolvers. | 
| static class  | AggregateDnResolver.EntryResolverUsed in conjunction with an  AggregateDnResolverto resolve an entry. | 
| class  | AuthorizationIdentityEntryResolverReads the authorization identity response control, then performs an object level search on the result. | 
| class  | NoOpEntryResolverReturns an LDAP entry that contains only the DN that was supplied to it. | 
| class  | PooledSearchEntryResolverLooks up the LDAP entry associated with a user using a pool of LDAP connections. | 
| class  | SearchEntryResolverLooks up the LDAP entry associated with a user. | 
| class  | WhoAmIEntryResolverExecutes the  WhoAmIOperationon the authenticated connection, then performs an object level search on the
 result. | 
| Modifier and Type | Field and Description | 
|---|---|
| private EntryResolver | Authenticator. entryResolverFor finding user entries. | 
| private static EntryResolver | Authenticator. NOOP_RESOLVERNoOp entry resolver. | 
| Modifier and Type | Field and Description | 
|---|---|
| private Map<String,EntryResolver> | AggregateDnResolver.EntryResolver. entryResolversLabeled entry resolvers. | 
| Modifier and Type | Method and Description | 
|---|---|
| EntryResolver | Authenticator. getEntryResolver()Returns the entry resolver. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,EntryResolver> | AggregateDnResolver.EntryResolver. getEntryResolvers()Returns the entry resolvers to aggregate over. | 
| Modifier and Type | Method and Description | 
|---|---|
| AggregateDnResolver.EntryResolver | AggregateDnResolver. createEntryResolver(EntryResolver resolver)Creates an aggregate entry resolver using the labels from the DN resolver and the supplied entry resolver. | 
| void | Authenticator. setEntryResolver(EntryResolver resolver)Sets the entry resolver. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AggregateDnResolver.EntryResolver. setEntryResolvers(Map<String,EntryResolver> resolvers)Sets the entry resolvers to aggregate over. | 
| Constructor and Description | 
|---|
| EntryResolver(Map<String,EntryResolver> resolvers)Creates a new aggregate entry resolver. | 
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.