Uses of Class
org.ldaptive.auth.AbstractSearchEntryResolver
-
Packages that use AbstractSearchEntryResolver Package Description org.ldaptive.auth -
-
Uses of AbstractSearchEntryResolver in org.ldaptive.auth
Subclasses of AbstractSearchEntryResolver in org.ldaptive.auth Modifier and Type Class Description class
AuthorizationIdentityEntryResolver
Reads the authorization identity response control, then performs an object level search on the result.class
SearchEntryResolver
Looks up the LDAP entry associated with a user.class
WhoAmIEntryResolver
Executes the whoami extended operation on the authenticated connection, then performs an object level search on the result.
-