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. 
 

Uses of AuthenticatedLdapEntryContextCallback in org.springframework.ldap.core
 

Methods in org.springframework.ldap.core with parameters of type AuthenticatedLdapEntryContextCallback
 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)
           
 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)
           
 


Spring LDAP Framework

Copyright © 2006-2011 The Spring LDAP Framework. All Rights Reserved.