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. DECODERA 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 GenericExtendedRequestGenericExtendedRequest. addControl(Control control)GenericExtendedRequestGenericExtendedRequest. addControls(Iterable<? extends Control> controls)static GenericExtendedRequestRequests. copyOfGenericExtendedRequest(GenericExtendedRequest request)Creates a new generic extended request that is an exact copy of the provided request.static GenericExtendedRequestRequests. newGenericExtendedRequest(String requestName)Creates a new generic extended request using the provided name and no value.static GenericExtendedRequestRequests. newGenericExtendedRequest(String requestName, Object requestValue)Creates a new generic extended request using the provided name and optional value.GenericExtendedRequestGenericExtendedRequest. setOid(String oid)Sets the numeric OID associated with this extended request.GenericExtendedRequestGenericExtendedRequest. setValue(Object value)Sets the value, if any, associated with this extended request.static GenericExtendedRequestRequests. 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 GenericExtendedRequestRequests. copyOfGenericExtendedRequest(GenericExtendedRequest request)Creates a new generic extended request that is an exact copy of the provided request.static GenericExtendedRequestRequests. unmodifiableGenericExtendedRequest(GenericExtendedRequest request)Creates an unmodifiable generic extended request of the provided request.
-