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,
ByteString value)
Decodes the provided control.
|
String |
getOID()
Gets the OID of the control decoded by this decoded.
|
T decode(boolean isCritical, 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.Copyright 2010-2017 ForgeRock AS.