Uses of Record Class
org.forgerock.opendj.ldap.messages.GenericExtendedRequest
Packages that use GenericExtendedRequest
Package
Description
Classes and interfaces for core LDAP requests/responses.
-
Uses of GenericExtendedRequest in org.forgerock.opendj.ldap.messages
Fields in org.forgerock.opendj.ldap.messages with type parameters of type GenericExtendedRequestModifier and TypeFieldDescriptionGenericExtendedRequest.DECODER
A decoder which can be used to decode generic extended operation requests.Methods in org.forgerock.opendj.ldap.messages that return GenericExtendedRequestModifier and TypeMethodDescriptionstatic GenericExtendedRequest
Requests.copyOfGenericExtendedRequest
(GenericExtendedRequest genericExtendedRequest) Creates a new generic extended request that is an exact copy of the provided request.static GenericExtendedRequest
Requests.newGenericExtendedRequest
(String requestName) Creates a new generic extended request using the provided name and no value.static GenericExtendedRequest
Requests.newGenericExtendedRequest
(String requestName, ByteString requestValue) Creates a new generic extended request using the provided name and optional value.Methods in org.forgerock.opendj.ldap.messages with parameters of type GenericExtendedRequestModifier and TypeMethodDescriptionstatic GenericExtendedRequest
Requests.copyOfGenericExtendedRequest
(GenericExtendedRequest genericExtendedRequest) Creates a new generic extended request that is an exact copy of the provided request.