Package | Description |
---|---|
org.ldaptive | |
org.ldaptive.auth | |
org.ldaptive.extended |
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(String dn,
Credential credential)
Creates a new bind connection initializer.
|
BindRequest(String dn,
Credential credential)
Creates a new bind request.
|
BindRequest(String dn,
Credential credential,
SaslConfig config)
Creates a new bind request.
|
Modifier and Type | Method and Description |
---|---|
Credential |
AuthenticationRequest.getCredential()
Returns the credential.
|
Credential |
AuthenticationCriteria.getCredential()
Returns the credential.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationRequest.setCredential(Credential c)
Sets the credential.
|
Constructor and Description |
---|
AuthenticationRequest(String id,
Credential c)
Creates a new authentication request.
|
AuthenticationRequest(String id,
Credential c,
String... attrs)
Creates a new authentication request.
|
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(String identity,
Credential oldPass,
Credential newPass)
Creates a new password modify request.
|
Copyright © 2017. All rights reserved.