Uses of Interface
org.acegisecurity.providers.ldap.LdapAuthoritiesPopulator

Packages that use LdapAuthoritiesPopulator
org.acegisecurity.providers.ldap The LDAP authentication provider package. 
org.acegisecurity.providers.ldap.populator LdapAuthoritiesPopulator implementations. 
 

Uses of LdapAuthoritiesPopulator in org.acegisecurity.providers.ldap
 

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

Constructors in org.acegisecurity.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.acegisecurity.providers.ldap.populator
 

Classes in org.acegisecurity.providers.ldap.populator that implement LdapAuthoritiesPopulator
 class DefaultLdapAuthoritiesPopulator
          The default strategy for obtaining user role information from the directory.
 



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