Spring Security Framework

Package org.springframework.security.providers.ldap.authenticator

LDAP authenticator implementations.

See:
          Description

Class Summary
AbstractLdapAuthenticator Base class for the authenticator implementations.
BindAuthenticator An authenticator which binds as a user.
LdapShaPasswordEncoder A version of ShaPasswordEncoder which supports Ldap SHA and SSHA (salted-SHA) encodings.
PasswordComparisonAuthenticator An LdapAuthenticator which compares the login password with the value stored in the directory using a remote LDAP "compare" operation.
 

Package org.springframework.security.providers.ldap.authenticator Description

LDAP authenticator implementations.


Spring Security Framework

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