Spring Security Framework

Uses of Class
org.springframework.security.providers.ldap.authenticator.AbstractLdapAuthenticator

Packages that use AbstractLdapAuthenticator
org.springframework.security.providers.ldap.authenticator LDAP authenticator implementations. 
org.springframework.security.ui.ntlm.ldap.authenticator   
 

Uses of AbstractLdapAuthenticator in org.springframework.security.providers.ldap.authenticator
 

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

Uses of AbstractLdapAuthenticator in org.springframework.security.ui.ntlm.ldap.authenticator
 

Subclasses of AbstractLdapAuthenticator in org.springframework.security.ui.ntlm.ldap.authenticator
 class NtlmAwareLdapAuthenticator
          Loads the UserDetails if authentication was already performed by NTLM (indicated by the type of authentication token submitted).
 


Spring Security Framework

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