| Package | Description |
|---|---|
| org.apache.directory.ldap.client.template |
| Modifier and Type | Method and Description |
|---|---|
PasswordWarning |
LdapConnectionTemplate.authenticate(org.apache.directory.api.ldap.model.name.Dn userDn,
char[] password) |
PasswordWarning |
LdapConnectionOperations.authenticate(org.apache.directory.api.ldap.model.name.Dn userDn,
char[] password)
Attempts to authenticate the supplied credentials.
|
PasswordWarning |
LdapConnectionTemplate.authenticate(org.apache.directory.api.ldap.model.name.Dn baseDn,
String filter,
org.apache.directory.api.ldap.model.message.SearchScope scope,
char[] password) |
PasswordWarning |
LdapConnectionOperations.authenticate(org.apache.directory.api.ldap.model.name.Dn baseDn,
String filter,
org.apache.directory.api.ldap.model.message.SearchScope scope,
char[] password)
Attempts to authenticate the supplied credentials against the first
entry found matching the search criteria.
|
PasswordWarning |
LdapConnectionTemplate.authenticate(org.apache.directory.api.ldap.model.message.SearchRequest searchRequest,
char[] password) |
PasswordWarning |
LdapConnectionOperations.authenticate(org.apache.directory.api.ldap.model.message.SearchRequest searchRequest,
char[] password)
Attempts to authenticate the supplied credentials against the first
entry found matching the search criteria.
|
PasswordWarning |
LdapConnectionTemplate.authenticate(String baseDn,
String filter,
org.apache.directory.api.ldap.model.message.SearchScope scope,
char[] password) |
PasswordWarning |
LdapConnectionOperations.authenticate(String baseDn,
String filter,
org.apache.directory.api.ldap.model.message.SearchScope scope,
char[] password)
Attempts to authenticate the supplied credentials against the first
entry found matching the search criteria.
|
PasswordWarning |
PasswordPolicyResponder.process(PasswordPolicyOperation operation)
Execute the
operation and translate the outcome as follows:
SUCCESS: return null
WARNING: return PasswordWarning
FAILURE: throw PasswordException
|
PasswordWarning |
AbstractPasswordPolicyResponder.process(PasswordPolicyOperation operation) |
protected PasswordWarning |
AbstractPasswordPolicyResponder.success(org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicy passwordPolicy)
Returns a
PasswordWarning, or null if no
warnings were present in the supplied passwordPolicy. |
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.