Package | Description |
---|---|
org.forgerock.opendj.ldap.messages |
Classes and interfaces for core LDAP requests/responses.
|
Modifier and Type | Field and Description |
---|---|
static ExtendedRequestDecoder<WhoAmIExtendedRequest,WhoAmIExtendedResult> |
WhoAmIExtendedRequest.DECODER
A decoder which can be used to decode who am I extended operation
requests.
|
Modifier and Type | Method and Description |
---|---|
WhoAmIExtendedRequest |
WhoAmIExtendedRequest.addControl(Control control) |
WhoAmIExtendedRequest |
WhoAmIExtendedRequest.addControls(Iterable<? extends Control> controls) |
static WhoAmIExtendedRequest |
Requests.copyOfWhoAmIExtendedRequest(WhoAmIExtendedRequest request)
Creates a new Who Am I extended request that is an exact copy of the
provided request.
|
static WhoAmIExtendedRequest |
Requests.newWhoAmIExtendedRequest()
Creates a new Who Am I extended request.
|
static WhoAmIExtendedRequest |
Requests.unmodifiableWhoAmIExtendedRequest(WhoAmIExtendedRequest request)
Creates an unmodifiable new Who Am I extended request of the provided
request.
|
Modifier and Type | Method and Description |
---|---|
static WhoAmIExtendedRequest |
Requests.copyOfWhoAmIExtendedRequest(WhoAmIExtendedRequest request)
Creates a new Who Am I extended request that is an exact copy of the
provided request.
|
static WhoAmIExtendedRequest |
Requests.unmodifiableWhoAmIExtendedRequest(WhoAmIExtendedRequest request)
Creates an unmodifiable new Who Am I extended request of the provided
request.
|
Copyright 2010-2022 ForgeRock AS.