Spring Security Framework

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

Packages that use LdapAuthenticator
org.springframework.security.providers.ldap The LDAP authentication provider package. 
org.springframework.security.providers.ldap.authenticator LDAP authenticator implementations. 
org.springframework.security.ui.ntlm.ldap.authenticator   
 

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

Constructors in org.springframework.security.providers.ldap 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.
 

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

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

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

Classes in org.springframework.security.ui.ntlm.ldap.authenticator that implement LdapAuthenticator
 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.