@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class ChangeSequenceNumberRequestControl extends Control
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CHANGE_SEQUENCE_NUMBER_REQUEST_OID
The OID (1.3.6.1.4.1.42.2.27.9.5.9) for the change sequence number request
control.
|
Constructor and Description |
---|
ChangeSequenceNumberRequestControl()
Creates a new change sequence number request control.
|
ChangeSequenceNumberRequestControl(boolean isCritical)
Creates a new change sequence number request control with the specified
criticality.
|
ChangeSequenceNumberRequestControl(Control control)
Creates a new change sequence number request control that 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 CHANGE_SEQUENCE_NUMBER_REQUEST_OID
public ChangeSequenceNumberRequestControl()
public ChangeSequenceNumberRequestControl(boolean isCritical)
isCritical
- Indicates whether the control should be marked
critical.public ChangeSequenceNumberRequestControl(@NotNull Control control) throws LDAPException
control
- The generic control to be decoded as a change sequence
number request control.LDAPException
- If the provided control cannot be decoded as a
change sequence number request control.@NotNull public java.lang.String getControlName()
getControlName
in class Control