Uses of Interface
org.ldaptive.auth.EntryResolver

Packages that use EntryResolver
org.ldaptive.auth   
 

Uses of EntryResolver in org.ldaptive.auth
 

Classes in org.ldaptive.auth that implement EntryResolver
 class AbstractSearchEntryResolver
          Base implementation for search entry resolvers.
 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.
 

Methods in org.ldaptive.auth that return EntryResolver
 EntryResolver Authenticator.getEntryResolver()
          Returns the entry resolver.
 

Methods in org.ldaptive.auth with parameters of type EntryResolver
 void Authenticator.setEntryResolver(EntryResolver resolver)
          Sets the entry resolver.
 



Copyright © 2003-2017 Virginia Tech. All Rights Reserved.