Package | Description |
---|---|
org.springframework.ldap.core |
Core package of the JNDI/LDAP support.
|
org.springframework.ldap.core.support |
Support classes the core Spring LDAP package.
|
Modifier and Type | Method and Description |
---|---|
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,
AuthenticatedLdapEntryContextCallback callback,
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(Name base,
String filter,
String password,
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,
AuthenticatedLdapEntryContextCallback callback,
AuthenticationErrorCallback errorCallback) |
boolean |
LdapOperations.authenticate(String 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,
AuthenticationErrorCallback errorCallback) |
Modifier and Type | Class and Description |
---|---|
class |
CollectingAuthenticationErrorCallback
Convenience implementation of AuthenticationErrorCallback that stores the
given exception and provides a method for retrieving it.
|
Copyright © 2005–2015 The Spring LDAP Framework. All rights reserved.