Uses of Interface
org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
-
Packages that use WhoAmIExtendedRequest Package Description org.forgerock.opendj.ldap.messages Classes and interfaces for core LDAP requests/responses. -
-
Uses of WhoAmIExtendedRequest in org.forgerock.opendj.ldap.messages
Fields in org.forgerock.opendj.ldap.messages with type parameters of type WhoAmIExtendedRequest Modifier and Type Field Description static ExtendedRequestDecoder<WhoAmIExtendedRequest,WhoAmIExtendedResult>
WhoAmIExtendedRequest. DECODER
A decoder which can be used to decode who am I extended operation requests.Methods in org.forgerock.opendj.ldap.messages that return WhoAmIExtendedRequest Modifier and Type Method 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.Methods in org.forgerock.opendj.ldap.messages with parameters of type WhoAmIExtendedRequest Modifier and Type Method 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.
-