PasswordWarning |
LdapConnectionOperations.authenticate(String baseDn,
String filter,
SearchScope scope,
char[] password) |
Attempts to authenticate the supplied credentials against the first
entry found matching the search criteria.
|
PasswordWarning |
LdapConnectionOperations.authenticate(SearchRequest searchRequest,
char[] password) |
Attempts to authenticate the supplied credentials against the first
entry found matching the search criteria.
|
PasswordWarning |
LdapConnectionOperations.authenticate(Dn userDn,
char[] password) |
Attempts to authenticate the supplied credentials.
|
PasswordWarning |
LdapConnectionOperations.authenticate(Dn baseDn,
String filter,
SearchScope scope,
char[] password) |
Attempts to authenticate the supplied credentials against the first
entry found matching the search criteria.
|
PasswordWarning |
LdapConnectionTemplate.authenticate(String baseDn,
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) |
Attempts to authenticate the supplied credentials against the first
entry found matching the search criteria.
|
PasswordWarning |
LdapConnectionTemplate.authenticate(Dn userDn,
char[] password) |
Attempts to authenticate the supplied credentials.
|
PasswordWarning |
LdapConnectionTemplate.authenticate(Dn baseDn,
String filter,
SearchScope scope,
char[] password) |
Attempts to authenticate the supplied credentials against the first
entry found matching the search criteria.
|
void |
LdapConnectionOperations.modifyPassword(Dn userDn,
char[] newPassword) |
Modifies the password for userDn to
newPassword using the admin account.
|
void |
LdapConnectionOperations.modifyPassword(Dn userDn,
char[] oldPassword,
char[] newPassword) |
Modifies the password for userDn from
oldPassword to newPassword.
|
void |
LdapConnectionOperations.modifyPassword(Dn userDn,
char[] oldPassword,
char[] newPassword,
boolean asAdmin) |
Modifies the password for userDn from
oldPassword to newPassword, optionally using
an admin account.
|
void |
LdapConnectionTemplate.modifyPassword(Dn userDn,
char[] newPassword) |
Modifies the password for userDn to
newPassword using the admin account.
|
void |
LdapConnectionTemplate.modifyPassword(Dn userDn,
char[] oldPassword,
char[] newPassword) |
Modifies the password for userDn from
oldPassword to newPassword.
|
void |
LdapConnectionTemplate.modifyPassword(Dn userDn,
char[] oldPassword,
char[] newPassword,
boolean asAdmin) |
Modifies the password for userDn from
oldPassword to newPassword, optionally using
an admin account.
|
PasswordWarning |
AbstractPasswordPolicyResponder.process(PasswordPolicyOperation operation) |
|
ResultResponse |
PasswordPolicyOperation.process() |
Execute operations whose results imply somme sort of password policy
information.
|
PasswordWarning |
PasswordPolicyResponder.process(PasswordPolicyOperation operation) |
|