Uses of Class
org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
Packages that use WhoAmIExtendedRequest
Package
Description
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 WhoAmIExtendedRequestModifier and TypeFieldDescriptionstatic final 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 WhoAmIExtendedRequestModifier and TypeMethodDescriptionstatic 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.Methods in org.forgerock.opendj.ldap.messages with parameters of type WhoAmIExtendedRequestModifier and TypeMethodDescriptionstatic WhoAmIExtendedRequest
Requests.copyOfWhoAmIExtendedRequest
(WhoAmIExtendedRequest request) Creates a new Who Am I extended request that is an exact copy of the provided request.