Uses of 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 request) 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, Object requestValue) Creates a new generic extended request using the provided name and optional value.Sets the numeric OID associated with this extended request.Sets the value, if any, associated with this extended request.Methods in org.forgerock.opendj.ldap.messages with parameters of type GenericExtendedRequestModifier and TypeMethodDescriptionstatic GenericExtendedRequest
Requests.copyOfGenericExtendedRequest
(GenericExtendedRequest request) Creates a new generic extended request that is an exact copy of the provided request.