public class SubtreeDeleteControl extends Control
Modifier and Type | Field and Description |
---|---|
static ControlDecoder<SubtreeDeleteControl> |
DECODER
The Control Decoder that can be used to decode this control.
|
Constructor and Description |
---|
SubtreeDeleteControl(boolean isCritical)
Creates a new subtree delete control.
|
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, write
public static final ControlDecoder<SubtreeDeleteControl> DECODER
public SubtreeDeleteControl(boolean isCritical)
isCritical
- Indicates whether the control should be considered
critical for the operation processing.protected void writeValue(org.forgerock.opendj.io.ASN1Writer writer) throws IOException
writeValue
in class Control
writer
- The ASN.1 writer to use.IOException
- If a problem occurs while writing to the
stream.public void toString(StringBuilder buffer)
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.