Uses of Interface
org.forgerock.opendj.ldap.messages.GenericExtendedRequest
-
Packages that use GenericExtendedRequest Package Description org.forgerock.opendj.ldap.messages 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 GenericExtendedRequest Modifier and Type Field Description static ExtendedRequestDecoder<GenericExtendedRequest,GenericExtendedResult>
GenericExtendedRequest. DECODER
A decoder which can be used to decode generic extended operation requests.Methods in org.forgerock.opendj.ldap.messages that return GenericExtendedRequest Modifier and Type Method Description GenericExtendedRequest
GenericExtendedRequest. addControl(Control control)
GenericExtendedRequest
GenericExtendedRequest. addControls(Iterable<? extends Control> controls)
static 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.GenericExtendedRequest
GenericExtendedRequest. setOid(String oid)
Sets the numeric OID associated with this extended request.GenericExtendedRequest
GenericExtendedRequest. setValue(Object value)
Sets the value, if any, associated with this extended request.static GenericExtendedRequest
Requests. unmodifiableGenericExtendedRequest(GenericExtendedRequest request)
Creates an unmodifiable generic extended request of the provided request.Methods in org.forgerock.opendj.ldap.messages with parameters of type GenericExtendedRequest Modifier and Type Method Description static GenericExtendedRequest
Requests. copyOfGenericExtendedRequest(GenericExtendedRequest request)
Creates a new generic extended request that is an exact copy of the provided request.static GenericExtendedRequest
Requests. unmodifiableGenericExtendedRequest(GenericExtendedRequest request)
Creates an unmodifiable generic extended request of the provided request.
-