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.getAuthoritiesPoulator()
           
 

Constructors in org.acegisecurity.providers.ldap with parameters of type LdapAuthoritiesPopulator
LdapAuthenticationProvider(LdapAuthenticator authenticator, LdapAuthoritiesPopulator authoritiesPopulator)
           
 

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-2006 Acegi Technology Pty Limited. All Rights Reserved.