public class AccountUsableRequestControl extends Control
| Modifier and Type | Field and Description |
|---|---|
static ControlDecoder<AccountUsableRequestControl> |
DECODER
The Control Decoder that can be used to decode this control.
|
| Constructor and Description |
|---|
AccountUsableRequestControl()
Creates a new instance of the account usable request control with the default settings.
|
AccountUsableRequestControl(boolean isCritical)
Creates a new instance of the account usable request control with the
default settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
toString(StringBuilder buffer)
Appends a string representation of this control to the provided
buffer.
|
protected void |
writeValue(org.forgerock.opendj.io.ASN1Writer writer)
Writes this control's value to an ASN.1 writer.
|
getOID, isCritical, toString, writepublic static final ControlDecoder<AccountUsableRequestControl> DECODER
public AccountUsableRequestControl()
public AccountUsableRequestControl(boolean isCritical)
isCritical - Indicates whether this control should be
considered critical in processing the
request.protected void writeValue(org.forgerock.opendj.io.ASN1Writer writer)
throws IOException
ControlwriteValue in class Controlwriter - The ASN.1 writer to use.IOException - If a problem occurs while writing to the
stream.public void toString(StringBuilder buffer)
ControlCopyright © 2010-2020 Wren Security. All Rights Reserved.