Package | Description |
---|---|
org.forgerock.opendj.ldap.requests |
Classes and interfaces for core LDAP requests.
|
Modifier and Type | Method and Description |
---|---|
DigestMD5SASLBindRequest |
DigestMD5SASLBindRequest.addAdditionalAuthParam(String name,
String value)
Adds the provided additional authentication parameter to the list of
parameters to be passed to the underlying mechanism implementation.
|
DigestMD5SASLBindRequest |
DigestMD5SASLBindRequest.addControl(Control control) |
DigestMD5SASLBindRequest |
DigestMD5SASLBindRequest.addQOP(String... qopValues)
Adds the provided quality of protection (QOP) values to the ordered list
of QOP values that the client is willing to accept.
|
static DigestMD5SASLBindRequest |
Requests.copyOfDigestMD5SASLBindRequest(DigestMD5SASLBindRequest request)
Creates a new digest MD5 SASL bind request that is an exact copy of the
provided request.
|
static DigestMD5SASLBindRequest |
Requests.newDigestMD5SASLBindRequest(String authenticationID,
byte[] password)
Creates a new DIGEST-MD5 SASL bind request having the provided
authentication ID and password, but no realm or authorization ID.
|
static DigestMD5SASLBindRequest |
Requests.newDigestMD5SASLBindRequest(String authenticationID,
char[] password)
Creates a new DIGEST-MD5 SASL bind request having the provided
authentication ID and password, but no realm or authorization ID.
|
DigestMD5SASLBindRequest |
DigestMD5SASLBindRequest.setAuthenticationID(String authenticationID)
Sets the authentication ID of the user.
|
DigestMD5SASLBindRequest |
DigestMD5SASLBindRequest.setAuthorizationID(String authorizationID)
Sets the optional authorization ID of the user which represents an
alternate authorization identity which should be used for subsequent
operations performed on the connection.
|
DigestMD5SASLBindRequest |
DigestMD5SASLBindRequest.setCipher(String cipher)
Sets the cipher name or strength that the client is willing to use when
connection encryption quality of protection,
AUTH-CONF , is requested. |
DigestMD5SASLBindRequest |
DigestMD5SASLBindRequest.setMaxReceiveBufferSize(int size)
Sets the maximum size of the receive buffer in bytes.
|
DigestMD5SASLBindRequest |
DigestMD5SASLBindRequest.setMaxSendBufferSize(int size)
Sets the maximum size of the send buffer in bytes.
|
DigestMD5SASLBindRequest |
DigestMD5SASLBindRequest.setPassword(byte[] password)
Sets the password of the user that the client wishes to bind as.
|
DigestMD5SASLBindRequest |
DigestMD5SASLBindRequest.setPassword(char[] password)
Sets the password of the user that the client wishes to bind as.
|
DigestMD5SASLBindRequest |
DigestMD5SASLBindRequest.setRealm(String realm)
Sets the optional realm containing the user's account.
|
DigestMD5SASLBindRequest |
DigestMD5SASLBindRequest.setServerAuth(boolean serverAuth)
Specifies whether the server must authenticate to the client.
|
static DigestMD5SASLBindRequest |
Requests.unmodifiableDigestMD5SASLBindRequest(DigestMD5SASLBindRequest request)
Creates an unmodifiable digest MD5 SASL bind request of the provided
request.
|
Modifier and Type | Method and Description |
---|---|
static DigestMD5SASLBindRequest |
Requests.copyOfDigestMD5SASLBindRequest(DigestMD5SASLBindRequest request)
Creates a new digest MD5 SASL bind request that is an exact copy of the
provided request.
|
static DigestMD5SASLBindRequest |
Requests.unmodifiableDigestMD5SASLBindRequest(DigestMD5SASLBindRequest request)
Creates an unmodifiable digest MD5 SASL bind request of the provided
request.
|
Copyright 2010-2017 ForgeRock AS.