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

Packages that use LdapAuthenticator
org.acegisecurity.providers.ldap The LDAP authentication provider package. 
org.acegisecurity.providers.ldap.authenticator LDAP authenticator implementations. 
 

Uses of LdapAuthenticator in org.acegisecurity.providers.ldap
 

Constructors in org.acegisecurity.providers.ldap with parameters of type LdapAuthenticator
LdapAuthenticationProvider(LdapAuthenticator authenticator, LdapAuthoritiesPopulator authoritiesPopulator)
          Create an initialized instance to the values passed as arguments
 

Uses of LdapAuthenticator in org.acegisecurity.providers.ldap.authenticator
 

Classes in org.acegisecurity.providers.ldap.authenticator that implement LdapAuthenticator
 class AbstractLdapAuthenticator
          Base class for the authenticator implementations.
 class BindAuthenticator
          An authenticator which binds as a user.
 class PasswordComparisonAuthenticator
          An LdapAuthenticator which compares the login password with the value stored in the directory.
 



Copyright © 2004-2006 Acegi Technology Pty Limited. All Rights Reserved.