Uses of Class
org.opends.server.controls.InternalModificationsRequestControl
-
Packages that use InternalModificationsRequestControl Package Description org.opends.server.controls Contains classes that represent specific LDAP controls and their values.org.opends.server.protocols Contains various Directory Server connection handler implementations which will be used to accept connections from and perform communication with clients over various protocols. -
-
Uses of InternalModificationsRequestControl in org.opends.server.controls
Fields in org.opends.server.controls with type parameters of type InternalModificationsRequestControl Modifier and Type Field Description static ControlDecoder<InternalModificationsRequestControl>
InternalModificationsRequestControl. DECODER
The Control Decoder that can be used to decode this control. -
Uses of InternalModificationsRequestControl in org.opends.server.protocols
Methods in org.opends.server.protocols that return InternalModificationsRequestControl Modifier and Type Method Description static InternalModificationsRequestControl
ReactiveHandlersUtils. getInternalModificationControl(Request request)
Returns the internal modification control from the provided request.
-