Package | Description |
---|---|
org.forgerock.opendj.ldap.requests |
Classes and interfaces for core LDAP requests.
|
Modifier and Type | Method and Description |
---|---|
PlainSASLBindRequest |
PlainSASLBindRequest.addControl(Control control) |
static PlainSASLBindRequest |
Requests.copyOfPlainSASLBindRequest(PlainSASLBindRequest request)
Creates a new plain SASL bind request that is an exact copy of the
provided request.
|
static PlainSASLBindRequest |
Requests.newPlainSASLBindRequest(String authenticationID,
byte[] password)
Creates a new Plain SASL bind request having the provided authentication
ID and password, but no authorization ID.
|
static PlainSASLBindRequest |
Requests.newPlainSASLBindRequest(String authenticationID,
char[] password)
Creates a new Plain SASL bind request having the provided authentication
ID and password, but no authorization ID.
|
PlainSASLBindRequest |
PlainSASLBindRequest.setAuthenticationID(String authenticationID)
Sets the authentication ID of the user.
|
PlainSASLBindRequest |
PlainSASLBindRequest.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.
|
PlainSASLBindRequest |
PlainSASLBindRequest.setPassword(byte[] password)
Sets the password of the user that the client wishes to bind as.
|
PlainSASLBindRequest |
PlainSASLBindRequest.setPassword(char[] password)
Sets the password of the user that the client wishes to bind as.
|
static PlainSASLBindRequest |
Requests.unmodifiablePlainSASLBindRequest(PlainSASLBindRequest request)
Creates an unmodifiable plain SASL bind request of the provided request.
|
Modifier and Type | Method and Description |
---|---|
static PlainSASLBindRequest |
Requests.copyOfPlainSASLBindRequest(PlainSASLBindRequest request)
Creates a new plain SASL bind request that is an exact copy of the
provided request.
|
static PlainSASLBindRequest |
Requests.unmodifiablePlainSASLBindRequest(PlainSASLBindRequest request)
Creates an unmodifiable plain SASL bind request of the provided request.
|
Copyright 2010-2017 ForgeRock AS.