Spring Security Framework

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

Packages that use LdapAuthoritiesPopulator
org.springframework.security.ldap.populator LdapAuthoritiesPopulator implementations. 
org.springframework.security.providers.ldap The LDAP authentication provider package. 
org.springframework.security.userdetails.ldap   
 

Uses of LdapAuthoritiesPopulator in org.springframework.security.ldap.populator
 

Classes in org.springframework.security.ldap.populator that implement LdapAuthoritiesPopulator
 class DefaultLdapAuthoritiesPopulator
          The default strategy for obtaining user role information from the directory.
 class UserDetailsServiceLdapAuthoritiesPopulator
          Simple LdapAuthoritiesPopulator which delegates to a UserDetailsService, using the name which was supplied at login as the username.
 

Uses of LdapAuthoritiesPopulator in org.springframework.security.providers.ldap
 

Methods in org.springframework.security.providers.ldap that return LdapAuthoritiesPopulator
protected  LdapAuthoritiesPopulator LdapAuthenticationProvider.getAuthoritiesPopulator()
           
 

Constructors in org.springframework.security.providers.ldap with parameters of type LdapAuthoritiesPopulator
LdapAuthenticationProvider(LdapAuthenticator authenticator, LdapAuthoritiesPopulator authoritiesPopulator)
          Create an instance with the supplied authenticator and authorities populator implementations.
 

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

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


Spring Security Framework

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