Uses of Class
org.springframework.security.ldap.authentication.AbstractLdapAuthenticator

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

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

Subclasses of AbstractLdapAuthenticator in org.springframework.security.ldap.authentication
 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.
 



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