Uses of Interface
org.acegisecurity.ldap.LdapUserSearch

Packages that use LdapUserSearch
org.acegisecurity.ldap.search LdapUserSearch implementations. 
org.acegisecurity.providers.ldap.authenticator LDAP authenticator implementations. 
 

Uses of LdapUserSearch in org.acegisecurity.ldap.search
 

Classes in org.acegisecurity.ldap.search that implement LdapUserSearch
 class FilterBasedLdapUserSearch
          LdapUserSearch implementation which uses an Ldap filter to locate the user.
 

Uses of LdapUserSearch in org.acegisecurity.providers.ldap.authenticator
 

Methods in org.acegisecurity.providers.ldap.authenticator that return LdapUserSearch
protected  LdapUserSearch AbstractLdapAuthenticator.getUserSearch()
           
 

Methods in org.acegisecurity.providers.ldap.authenticator with parameters of type LdapUserSearch
 void AbstractLdapAuthenticator.setUserSearch(LdapUserSearch userSearch)
           
 



Copyright © 2004-2012 Interface21, Inc. All Rights Reserved.