T - The type of control decoded by this decoder.public interface ControlDecoder<T extends Control>
| Modifier and Type | Method and Description |
|---|---|
T |
decode(boolean isCritical,
org.forgerock.opendj.ldap.ByteString value)
Decodes the provided control.
|
String |
getOID()
Gets the OID of the control decoded by this decoded.
|
T decode(boolean isCritical, org.forgerock.opendj.ldap.ByteString value) throws DirectoryException
isCritical - Indicates whether the control should be considered
critical.value - The value for the control.DirectoryException - If the control could not be decoded.String getOID()
Copyright © 2010-2020 Wren Security. All Rights Reserved.