Spring LDAP Framework

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

Packages that use AuthenticatedLdapEntryContextCallback
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 AuthenticatedLdapEntryContextCallback in org.springframework.ldap.core
 

Methods in org.springframework.ldap.core with parameters of type AuthenticatedLdapEntryContextCallback
 boolean LdapTemplate.authenticate(Name base, String filter, String password, AuthenticatedLdapEntryContextCallback callback)
           
 boolean LdapOperations.authenticate(Name base, String filter, String password, AuthenticatedLdapEntryContextCallback callback)
          Utility method to perform a simple LDAP 'bind' authentication.
 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(String base, String filter, String password, AuthenticatedLdapEntryContextCallback callback)
           
 boolean LdapOperations.authenticate(String base, String filter, String password, AuthenticatedLdapEntryContextCallback callback)
          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.
 

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

Classes in org.springframework.ldap.core.support that implement AuthenticatedLdapEntryContextCallback
 class LookupAttemptingCallback
          Attempts to perform an LDAP operation in the authenticated context, because Active Directory might allow bind with incorrect password (specifically empty password), and later refuse operations.
 


Spring LDAP Framework

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