Uses of Interface
org.springframework.security.ldap.search.LdapUserSearch

Packages that use LdapUserSearch
org.springframework.security.ldap.authentication The LDAP authentication provider package. 
org.springframework.security.ldap.search LdapUserSearch implementations. 
org.springframework.security.ldap.userdetails   
 

Uses of LdapUserSearch in org.springframework.security.ldap.authentication
 

Methods in org.springframework.security.ldap.authentication that return LdapUserSearch
protected  LdapUserSearch AbstractLdapAuthenticator.getUserSearch()
           
 

Methods in org.springframework.security.ldap.authentication with parameters of type LdapUserSearch
 void AbstractLdapAuthenticator.setUserSearch(LdapUserSearch userSearch)
           
 

Uses of LdapUserSearch in org.springframework.security.ldap.search
 

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

Uses of LdapUserSearch in org.springframework.security.ldap.userdetails
 

Constructors in org.springframework.security.ldap.userdetails with parameters of type LdapUserSearch
LdapUserDetailsService(LdapUserSearch userSearch)
           
LdapUserDetailsService(LdapUserSearch userSearch, LdapAuthoritiesPopulator authoritiesPopulator)
           
 



Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.