Uses of Class
org.forgerock.opendj.ldap.controls.GenericControl
Package
Description
Classes and interfaces for common LDAP controls.
-
Uses of GenericControl in org.forgerock.opendj.ldap.controls
Modifier and TypeMethodDescriptionstatic GenericControl
GenericControl.newControl
(String oid) Creates a new non-critical control having the provided OID and no value.static GenericControl
GenericControl.newControl
(String oid, boolean isCritical) Creates a new control having the provided OID and criticality, but no value.static GenericControl
GenericControl.newControl
(String oid, boolean isCritical, Object value) Creates a new control having the provided OID, criticality, and value.static GenericControl
GenericControl.newControl
(String oid, boolean isCritical, Object value, String alias) Creates a new control having the provided OID, criticality, and value.static GenericControl
GenericControl.newControl
(Control control) Creates a new control having the same OID, criticality, and value as the provided control.