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

Packages that use LdapAuthoritiesPopulator
org.springframework.security.ldap.authentication The LDAP authentication provider package. 
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 LdapAuthoritiesPopulator in org.springframework.security.ldap.authentication
 

Classes in org.springframework.security.ldap.authentication that implement LdapAuthoritiesPopulator
 class NullLdapAuthoritiesPopulator
           
 class UserDetailsServiceLdapAuthoritiesPopulator
          Simple LdapAuthoritiesPopulator which delegates to a UserDetailsService, using the name which was supplied at login as the username.
 

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

Constructors in org.springframework.security.ldap.authentication 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.ldap.userdetails
 

Classes in org.springframework.security.ldap.userdetails that implement LdapAuthoritiesPopulator
 class DefaultLdapAuthoritiesPopulator
          The default strategy for obtaining user role information from the directory.
 

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



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