Package | Description |
---|---|
org.ldaptive.auth |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSearchEntryResolver
Base implementation for search entry resolvers.
|
static class |
AggregateDnResolver.EntryResolver
Used in conjunction with an
AggregateDnResolver to resolve an entry. |
class |
AuthorizationIdentityEntryResolver
Reads the authorization identity response control, then performs an object level search on the result.
|
class |
NoOpEntryResolver
Returns an LDAP entry that contains only the DN that was supplied to it.
|
class |
PooledSearchEntryResolver
Looks up the LDAP entry associated with a user using a pool of LDAP connections.
|
class |
SearchEntryResolver
Looks up the LDAP entry associated with a user.
|
class |
WhoAmIEntryResolver
Executes the
WhoAmIOperation on the authenticated connection, then performs an object level search on the
result. |
Modifier and Type | Field and Description |
---|---|
private EntryResolver |
Authenticator.entryResolver
For finding user entries.
|
private static EntryResolver |
Authenticator.NOOP_RESOLVER
NoOp entry resolver.
|
Modifier and Type | Field and Description |
---|---|
private Map<String,EntryResolver> |
AggregateDnResolver.EntryResolver.entryResolvers
Labeled 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.