public static class ChangeNumberControlPlugin.ChangeNumberControl extends Control
| Constructor and Description |
|---|
ChangeNumberControl(boolean isCritical,
CSN csn)
Constructs a new change number control.
|
| Modifier and Type | Method and Description |
|---|---|
CSN |
getCSN()
Retrieves the CSN.
|
protected void |
writeValue(org.forgerock.opendj.io.ASN1Writer writer)
Writes this control's value to an ASN.1 writer.
|
public ChangeNumberControl(boolean isCritical,
CSN csn)
isCritical - Indicates whether support for this control should be
considered a critical part of the server processing.csn - The CSN.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 CSN getCSN()
Copyright © 2010-2020 Wren Security. All Rights Reserved.