@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class DontUseCopyRequestControl extends Control
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DONT_USE_COPY_REQUEST_OID
The OID (1.3.6.1.1.22) for the don't use copy request control.
|
Constructor and Description |
---|
DontUseCopyRequestControl()
Creates a new don't use copy request control.
|
DontUseCopyRequestControl(Control control)
Creates a new don't use copy request control which is decoded from the
provided generic control.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getControlName()
Retrieves the user-friendly name for this control, if available.
|
void |
toString(java.lang.StringBuilder buffer)
Appends a string representation of this LDAP control to the provided
buffer.
|
decode, decode, decodeControls, decodeJSONControl, deregisterDecodeableControl, encode, encodeControls, equals, getOID, getValue, hashCode, hasValue, isCritical, readFrom, registerDecodeableControl, registerDecodeableControl, toJSONControl, toString, writeTo
@NotNull public static final java.lang.String DONT_USE_COPY_REQUEST_OID
public DontUseCopyRequestControl()
public DontUseCopyRequestControl(@NotNull Control control) throws LDAPException
control
- The generic control to be decoded as a don't use copy
request control.LDAPException
- If the provided control cannot be decoded as a
don't use copy request control.@NotNull public java.lang.String getControlName()
getControlName
in class Control