Uses of Class
org.forgerock.opendj.ldap.controls.GenericControl
-
Packages that use GenericControl Package Description org.forgerock.opendj.ldap.controls Classes and interfaces for common LDAP controls. -
-
Uses of GenericControl in org.forgerock.opendj.ldap.controls
Methods in org.forgerock.opendj.ldap.controls that return GenericControl Modifier and Type Method Description static 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(Control control)
Creates a new control having the same OID, criticality, and value as the provided control.
-