Package | Description |
---|---|
org.forgerock.opendj.ldap.requests |
Classes and interfaces for core LDAP requests.
|
Modifier and Type | Method and Description |
---|---|
ExternalSASLBindRequest |
ExternalSASLBindRequest.addControl(Control control) |
static ExternalSASLBindRequest |
Requests.copyOfExternalSASLBindRequest(ExternalSASLBindRequest request)
Creates a new external SASL bind request that is an exact copy of the
provided request.
|
static ExternalSASLBindRequest |
Requests.newExternalSASLBindRequest()
Creates a new External SASL bind request with no authorization ID.
|
ExternalSASLBindRequest |
ExternalSASLBindRequest.setAuthorizationID(String authorizationID)
Sets the optional desired authorization ID of the user, or
null
if the authorization ID should derived from authentication credentials
exchanged at a lower security layer. |
static ExternalSASLBindRequest |
Requests.unmodifiableExternalSASLBindRequest(ExternalSASLBindRequest request)
Creates an unmodifiable external SASL bind request of the provided
request.
|
Modifier and Type | Method and Description |
---|---|
static ExternalSASLBindRequest |
Requests.copyOfExternalSASLBindRequest(ExternalSASLBindRequest request)
Creates a new external SASL bind request that is an exact copy of the
provided request.
|
static ExternalSASLBindRequest |
Requests.unmodifiableExternalSASLBindRequest(ExternalSASLBindRequest request)
Creates an unmodifiable external SASL bind request of the provided
request.
|
Copyright 2010-2017 ForgeRock AS.