Uses of Class
org.forgerock.opendj.ldap.messages.GenericExtendedRequest
Package
Description
Classes and interfaces for core LDAP requests/responses.
-
Uses of GenericExtendedRequest in org.forgerock.opendj.ldap.messages
Modifier and TypeFieldDescriptionGenericExtendedRequest.DECODER
A decoder which can be used to decode generic extended operation requests.Modifier 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.Modifier and TypeMethodDescriptionstatic GenericExtendedRequest
Requests.copyOfGenericExtendedRequest
(GenericExtendedRequest request) Creates a new generic extended request that is an exact copy of the provided request.