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 LDAP-focused UserDetails implementations which map from a ubset of the data contained in some of the standard LDAP types (such as InetOrgPerson). 
 

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-2011 SpringSource, Inc. All Rights Reserved.