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)
Utility method to perform a simple LDAP 'bind' authentication.
|
boolean |
LdapTemplate.authenticate(Name base,
String filter,
String password,
AuthenticatedLdapEntryContextCallback callback) |
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(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) |
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) |
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2005–2016 The Spring LDAP Framework. All rights reserved.