| Package | Description |
|---|---|
| org.forgerock.opendj.ldap.controls |
Classes and interfaces for common LDAP controls.
|
| Modifier and Type | Method and Description |
|---|---|
static GenericControl |
GenericControl.newControl(Control control)
Creates a new control having the same OID, criticality, and value as the
provided control.
|
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.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.