| Package | Description |
|---|---|
| org.ldaptive | |
| org.ldaptive.auth | |
| org.ldaptive.extended |
| Modifier and Type | Field and Description |
|---|---|
private Credential |
BindConnectionInitializer.bindCredential
Credential for the bind DN.
|
private Credential |
BindRequest.bindCredential
Credential for the bind DN.
|
| Modifier and Type | Method and Description |
|---|---|
Credential |
BindConnectionInitializer.getBindCredential()
Returns the credential used with the bind DN.
|
Credential |
BindRequest.getCredential()
Returns the credential used with the bind DN.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BindConnectionInitializer.setBindCredential(Credential credential)
Sets the credential of the bind DN.
|
void |
BindRequest.setCredential(Credential credential)
Sets the credential of the bind DN.
|
| Constructor and Description |
|---|
BindConnectionInitializer(java.lang.String dn,
Credential credential)
Creates a new bind connection initializer.
|
BindRequest(java.lang.String dn,
Credential credential)
Creates a new bind request.
|
BindRequest(java.lang.String dn,
Credential credential,
SaslConfig config)
Creates a new bind request.
|
| Modifier and Type | Field and Description |
|---|---|
private Credential |
AuthenticationRequest.credential
User credential.
|
| Modifier and Type | Method and Description |
|---|---|
Credential |
AuthenticationCriteria.getCredential()
Returns the credential.
|
Credential |
AuthenticationRequest.getCredential()
Returns the credential.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationRequest.setCredential(Credential c)
Sets the credential.
|
| Constructor and Description |
|---|
AuthenticationRequest(java.lang.String id,
Credential c)
Creates a new authentication request.
|
AuthenticationRequest(java.lang.String id,
Credential c,
java.lang.String... attrs)
Creates a new authentication request.
|
| Modifier and Type | Field and Description |
|---|---|
private Credential |
PasswordModifyRequest.newPassword
Desired password.
|
private Credential |
PasswordModifyRequest.oldPassword
Current password.
|
| Modifier and Type | Method and Description |
|---|---|
Credential |
PasswordModifyRequest.getNewPassword()
Returns the new password.
|
Credential |
PasswordModifyRequest.getOldPassword()
Returns the old password.
|
| Modifier and Type | Method and Description |
|---|---|
protected Response<Credential> |
PasswordModifyOperation.invoke(PasswordModifyRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
PasswordModifyRequest.setNewPassword(Credential newPass)
Sets the new password.
|
void |
PasswordModifyRequest.setOldPassword(Credential oldPass)
Sets the old password.
|
| Constructor and Description |
|---|
PasswordModifyRequest(java.lang.String identity,
Credential oldPass,
Credential newPass)
Creates a new password modify request.
|