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. DECODERA 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 WhoAmIExtendedRequestWhoAmIExtendedRequest. addControl(Control control)WhoAmIExtendedRequestWhoAmIExtendedRequest. addControls(Iterable<? extends Control> controls)static WhoAmIExtendedRequestRequests. copyOfWhoAmIExtendedRequest(WhoAmIExtendedRequest request)Creates a new Who Am I extended request that is an exact copy of the provided request.static WhoAmIExtendedRequestRequests. newWhoAmIExtendedRequest()Creates a new Who Am I extended request.static WhoAmIExtendedRequestRequests. 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 WhoAmIExtendedRequestRequests. copyOfWhoAmIExtendedRequest(WhoAmIExtendedRequest request)Creates a new Who Am I extended request that is an exact copy of the provided request.static WhoAmIExtendedRequestRequests. unmodifiableWhoAmIExtendedRequest(WhoAmIExtendedRequest request)Creates an unmodifiable new Who Am I extended request of the provided request.
-