| Package | Description |
|---|---|
| org.apache.directory.ldap.client.template |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
PasswordWarningImpl
The default implementation of
PasswordWarning. |
| Modifier and Type | Method and Description |
|---|---|
PasswordWarning |
LdapConnectionTemplate.authenticate(Dn userDn,
char[] password) |
PasswordWarning |
LdapConnectionOperations.authenticate(Dn userDn,
char[] password)
Attempts to authenticate the supplied credentials.
|
PasswordWarning |
LdapConnectionTemplate.authenticate(Dn baseDn,
java.lang.String filter,
SearchScope scope,
char[] password) |
PasswordWarning |
LdapConnectionOperations.authenticate(Dn baseDn,
java.lang.String filter,
SearchScope scope,
char[] password)
Attempts to authenticate the supplied credentials against the first
entry found matching the search criteria.
|
PasswordWarning |
LdapConnectionTemplate.authenticate(SearchRequest searchRequest,
char[] password) |
PasswordWarning |
LdapConnectionOperations.authenticate(SearchRequest searchRequest,
char[] password)
Attempts to authenticate the supplied credentials against the first
entry found matching the search criteria.
|
PasswordWarning |
LdapConnectionTemplate.authenticate(java.lang.String baseDn,
java.lang.String filter,
SearchScope scope,
char[] password) |
PasswordWarning |
LdapConnectionOperations.authenticate(java.lang.String baseDn,
java.lang.String filter,
SearchScope scope,
char[] password)
Attempts to authenticate the supplied credentials against the first
entry found matching the search criteria.
|
private PasswordWarning |
LdapConnectionTemplate.authenticateConnection(LdapConnection connection,
Dn userDn,
char[] password) |
(package private) static PasswordWarning |
PasswordWarningImpl.newWarning(PasswordPolicy policy) |
PasswordWarning |
AbstractPasswordPolicyResponder.process(PasswordPolicyOperation operation) |
PasswordWarning |
PasswordPolicyResponder.process(PasswordPolicyOperation operation)
Execute the
operation and translate the outcome as follows:
SUCCESS: return null
WARNING: return PasswordWarning
FAILURE: throw PasswordException
|
protected PasswordWarning |
AbstractPasswordPolicyResponder.success(PasswordPolicy passwordPolicy)
Returns a
PasswordWarning, or null if no
warnings were present in the supplied passwordPolicy. |