Package | Description |
---|---|
org.ldaptive.auth |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSearchEntryResolver
Base implementation for search entry resolvers.
|
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 | Method and Description |
---|---|
EntryResolver |
Authenticator.getEntryResolver()
Returns the entry resolver.
|
Modifier and Type | Method and Description |
---|---|
void |
Authenticator.setEntryResolver(EntryResolver resolver)
Sets the entry resolver.
|
Copyright © 2016. All rights reserved.