org.acegisecurity.providers.ldap.authenticator
Class BindAuthenticator2

java.lang.Object
  extended by org.acegisecurity.providers.ldap.authenticator.AbstractLdapAuthenticator
      extended by org.acegisecurity.providers.ldap.authenticator.BindAuthenticator
          extended by org.acegisecurity.providers.ldap.authenticator.BindAuthenticator2
All Implemented Interfaces:
org.acegisecurity.providers.ldap.LdapAuthenticator, org.springframework.beans.factory.InitializingBean, org.springframework.context.MessageSourceAware

public class BindAuthenticator2
extends org.acegisecurity.providers.ldap.authenticator.BindAuthenticator

BindAuthenticator with improved diagnostics.

Author:
Kohsuke Kawaguchi

Field Summary
 
Fields inherited from class org.acegisecurity.providers.ldap.authenticator.AbstractLdapAuthenticator
messages
 
Constructor Summary
BindAuthenticator2(org.acegisecurity.ldap.InitialDirContextFactory initialDirContextFactory)
           
 
Method Summary
 org.acegisecurity.userdetails.ldap.LdapUserDetails authenticate(String username, String password)
           
 
Methods inherited from class org.acegisecurity.providers.ldap.authenticator.AbstractLdapAuthenticator
afterPropertiesSet, getInitialDirContextFactory, getUserAttributes, getUserDetailsMapper, getUserDns, getUserSearch, setMessageSource, setUserAttributes, setUserDetailsMapper, setUserDnPatterns, setUserSearch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindAuthenticator2

public BindAuthenticator2(org.acegisecurity.ldap.InitialDirContextFactory initialDirContextFactory)
Method Detail

authenticate

public org.acegisecurity.userdetails.ldap.LdapUserDetails authenticate(String username,
                                                                       String password)
Specified by:
authenticate in interface org.acegisecurity.providers.ldap.LdapAuthenticator
Overrides:
authenticate in class org.acegisecurity.providers.ldap.authenticator.BindAuthenticator


Copyright © 2004-2013. All Rights Reserved.