Package | Description |
---|---|
org.forgerock.opendj.ldap.requests |
Classes and interfaces for core LDAP requests.
|
Modifier and Type | Method and Description |
---|---|
AnonymousSASLBindRequest |
AnonymousSASLBindRequest.addControl(Control control) |
static AnonymousSASLBindRequest |
Requests.copyOfAnonymousSASLBindRequest(AnonymousSASLBindRequest request)
Creates a new anonymous SASL bind request that is an exact copy of the
provided request.
|
static AnonymousSASLBindRequest |
Requests.newAnonymousSASLBindRequest(String traceString)
Creates a new anonymous SASL bind request having the provided trace
string.
|
AnonymousSASLBindRequest |
AnonymousSASLBindRequest.setTraceString(String traceString)
Sets the trace information, which has no semantic value, and can be used
by administrators in order to identify the user.
|
static AnonymousSASLBindRequest |
Requests.unmodifiableAnonymousSASLBindRequest(AnonymousSASLBindRequest request)
Creates an unmodifiable anonymous SASL bind request of the provided
request.
|
Modifier and Type | Method and Description |
---|---|
static AnonymousSASLBindRequest |
Requests.copyOfAnonymousSASLBindRequest(AnonymousSASLBindRequest request)
Creates a new anonymous SASL bind request that is an exact copy of the
provided request.
|
static AnonymousSASLBindRequest |
Requests.unmodifiableAnonymousSASLBindRequest(AnonymousSASLBindRequest request)
Creates an unmodifiable anonymous SASL bind request of the provided
request.
|
Copyright 2010-2017 ForgeRock AS.