Spring Security Framework

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

Packages that use LdapUserSearch
org.springframework.security.ldap.search LdapUserSearch implementations. 
org.springframework.security.providers.ldap.authenticator LDAP authenticator implementations. 
org.springframework.security.userdetails.ldap   
 

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.providers.ldap.authenticator
 

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

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

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

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


Spring Security Framework

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