@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class DraftZeilengaLDAPRelaxRules03RequestControl extends Control
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
RELAX_RULES_REQUEST_OID
The OID (1.3.6.1.4.1.4203.666.5.12) for the LDAP relax rules request
control.
|
Constructor and Description |
---|
DraftZeilengaLDAPRelaxRules03RequestControl()
Creates a new relax rules request control.
|
DraftZeilengaLDAPRelaxRules03RequestControl(Control control)
Creates a new relax rules 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 RELAX_RULES_REQUEST_OID
public DraftZeilengaLDAPRelaxRules03RequestControl()
public DraftZeilengaLDAPRelaxRules03RequestControl(@NotNull Control control) throws LDAPException
control
- The generic control to be decoded as a relax rules request
control.LDAPException
- If the provided control cannot be decoded as a
relax rules request control.@NotNull public java.lang.String getControlName()
getControlName
in class Control