Spring LDAP Framework

Uses of Interface
org.springframework.ldap.core.AuthenticationErrorCallback

Packages that use AuthenticationErrorCallback
org.springframework.ldap.core Core package of the JNDI/LDAP support. 
org.springframework.ldap.core.support Support classes the core Spring LDAP package. 
 

Uses of AuthenticationErrorCallback in org.springframework.ldap.core
 

Methods in org.springframework.ldap.core with parameters of type AuthenticationErrorCallback
 boolean LdapTemplate.authenticate(Name base, String filter, String password, AuthenticatedLdapEntryContextCallback callback, AuthenticationErrorCallback errorCallback)
           
 boolean LdapOperations.authenticate(Name base, String filter, String password, AuthenticatedLdapEntryContextCallback callback, AuthenticationErrorCallback errorCallback)
          Utility method to perform a simple LDAP 'bind' authentication.
 boolean LdapTemplate.authenticate(Name base, String filter, String password, AuthenticationErrorCallback errorCallback)
           
 boolean LdapOperations.authenticate(Name base, String filter, String password, AuthenticationErrorCallback errorCallback)
          Utility method to perform a simple LDAP 'bind' authentication.
 boolean LdapTemplate.authenticate(String base, String filter, String password, AuthenticatedLdapEntryContextCallback callback, AuthenticationErrorCallback errorCallback)
           
 boolean LdapOperations.authenticate(String base, String filter, String password, AuthenticatedLdapEntryContextCallback callback, AuthenticationErrorCallback errorCallback)
          Utility method to perform a simple LDAP 'bind' authentication.
 boolean LdapTemplate.authenticate(String base, String filter, String password, AuthenticationErrorCallback errorCallback)
           
 boolean LdapOperations.authenticate(String base, String filter, String password, AuthenticationErrorCallback errorCallback)
          Utility method to perform a simple LDAP 'bind' authentication.
 

Uses of AuthenticationErrorCallback in org.springframework.ldap.core.support
 

Classes in org.springframework.ldap.core.support that implement AuthenticationErrorCallback
 class CollectingAuthenticationErrorCallback
          Convenience implementation of AuthenticationErrorCallback that stores the given exception and provides a method for retrieving it.
 


Spring LDAP Framework

Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.