Package | Description |
---|---|
org.ldaptive | |
org.ldaptive.auth | |
org.ldaptive.extended | |
org.ldaptive.provider.apache | |
org.ldaptive.provider.unboundid |
Modifier and Type | Field and Description |
---|---|
private Credential |
BindRequest.bindCredential
Credential for the bind DN.
|
private Credential |
BindConnectionInitializer.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(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 | Field and Description |
---|---|
private Credential |
AuthenticationRequest.credential
User credential.
|
Modifier and Type | Method and Description |
---|---|
Credential |
AuthenticationRequest.getCredential()
Returns the credential.
|
Credential |
AuthenticationCriteria.getCredential()
Returns the credential.
|
Modifier and Type | Method and Description |
---|---|
protected byte[] |
AbstractCompareAuthenticationHandler.digestCredential(Credential credential,
String algorithm)
Digests the supplied credential using the supplied algorithm.
|
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.
|
AuthenticationRequest(User u,
Credential c)
Creates a new authentication request.
|
AuthenticationRequest(User u,
Credential c,
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(String identity,
Credential oldPass,
Credential newPass)
Creates a new password modify request.
|
Modifier and Type | Method and Description |
---|---|
protected static org.apache.directory.ldap.client.api.SaslCramMd5Request |
ApacheLdapSaslUtils.createCramMd5Request(String username,
Credential credential,
SaslConfig config)
Creates a new cram md5 request.
|
protected static org.apache.directory.ldap.client.api.SaslDigestMd5Request |
ApacheLdapSaslUtils.createDigestMd5Request(String username,
Credential credential,
SaslConfig config)
Creates a new digest md5 request.
|
protected static org.apache.directory.ldap.client.api.SaslGssApiRequest |
ApacheLdapSaslUtils.createGssApiRequest(String username,
Credential credential,
SaslConfig config)
Creates a new gssapi request.
|
Modifier and Type | Method and Description |
---|---|
protected static com.unboundid.ldap.sdk.DIGESTMD5BindRequestProperties |
UnboundIDSaslUtils.createDigestMd5Properties(String username,
Credential credential,
SaslConfig config)
Creates a new digest md5 request properties.
|
protected static com.unboundid.ldap.sdk.GSSAPIBindRequestProperties |
UnboundIDSaslUtils.createGssApiProperties(String username,
Credential credential,
SaslConfig config)
Creates a new gssapi request properties.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.