Uses of Interface
org.springframework.security.ldap.authentication.LdapAuthenticator

Packages that use LdapAuthenticator
org.springframework.security.ldap.authentication The LDAP authentication provider package. 
 

Uses of LdapAuthenticator in org.springframework.security.ldap.authentication
 

Classes in org.springframework.security.ldap.authentication 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 using a remote LDAP "compare" operation.
 

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



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