| Package | Description |
|---|---|
| org.forgerock.opendj.ldap.requests |
Classes and interfaces for core LDAP requests.
|
| Modifier and Type | Method and Description |
|---|---|
CRAMMD5SASLBindRequest |
CRAMMD5SASLBindRequest.addControl(Control control) |
static CRAMMD5SASLBindRequest |
Requests.copyOfCRAMMD5SASLBindRequest(CRAMMD5SASLBindRequest request)
Creates a new CRAM MD5 SASL bind request that is an exact copy of the
provided request.
|
static CRAMMD5SASLBindRequest |
Requests.newCRAMMD5SASLBindRequest(String authenticationID,
byte[] password)
Creates a new CRAM-MD5 SASL bind request having the provided
authentication ID and password.
|
static CRAMMD5SASLBindRequest |
Requests.newCRAMMD5SASLBindRequest(String authenticationID,
char[] password)
Creates a new CRAM-MD5 SASL bind request having the provided
authentication ID and password.
|
CRAMMD5SASLBindRequest |
CRAMMD5SASLBindRequest.setAuthenticationID(String authenticationID)
Sets the authentication ID of the user.
|
CRAMMD5SASLBindRequest |
CRAMMD5SASLBindRequest.setPassword(byte[] password)
Sets the password of the user that the client wishes to bind as.
|
CRAMMD5SASLBindRequest |
CRAMMD5SASLBindRequest.setPassword(char[] password)
Sets the password of the user that the client wishes to bind as.
|
static CRAMMD5SASLBindRequest |
Requests.unmodifiableCRAMMD5SASLBindRequest(CRAMMD5SASLBindRequest request)
Creates an unmodifiable CRAM MD5 SASL bind request of the provided
request.
|
| Modifier and Type | Method and Description |
|---|---|
static CRAMMD5SASLBindRequest |
Requests.copyOfCRAMMD5SASLBindRequest(CRAMMD5SASLBindRequest request)
Creates a new CRAM MD5 SASL bind request that is an exact copy of the
provided request.
|
static CRAMMD5SASLBindRequest |
Requests.unmodifiableCRAMMD5SASLBindRequest(CRAMMD5SASLBindRequest request)
Creates an unmodifiable CRAM MD5 SASL bind request of the provided
request.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.