public class ProxiedAuthV2Control extends Control
Control.RemoveOnceControlIsMigrated
Modifier and Type | Field and Description |
---|---|
static ControlDecoder<ProxiedAuthV2Control> |
DECODER
The Control Decoder that can be used to decode this control.
|
Constructor and Description |
---|
ProxiedAuthV2Control(boolean isCritical,
ByteString authorizationID)
Creates a new instance of the proxied authorization v2 control with the provided information.
|
ProxiedAuthV2Control(ByteString authorizationID)
Creates a new instance of the proxied authorization v2 control with the provided information.
|
Modifier and Type | Method and Description |
---|---|
Entry |
getAuthorizationEntry()
Retrieves the authorization entry for this proxied authorization V2 control.
|
ByteString |
getAuthorizationID()
Retrieves the authorization ID for this proxied authorization V2 control.
|
ByteString |
getValue()
Returns the value, if any, associated with this control.
|
boolean |
hasValue()
Returns
true if this control has a value. |
void |
toString(StringBuilder buffer)
Appends a string representation of this control to the provided buffer.
|
protected void |
writeValue(Asn1Writer writer)
Writes this control's value to an ASN.1 writer.
|
getOid, getValueAdapter, isCritical, toString, write
public static final ControlDecoder<ProxiedAuthV2Control> DECODER
public ProxiedAuthV2Control(ByteString authorizationID)
authorizationID
- The authorization ID from the control value.public ProxiedAuthV2Control(boolean isCritical, ByteString authorizationID)
isCritical
- Indicates whether support for this control should be considered a critical part of the server
processing.authorizationID
- The authorization ID from the control value.public boolean hasValue()
Control
true
if this control has a value. In some circumstances
it may be useful to determine if a control has a value, without actually
calculating the value and incurring any performance costs.true
if this control has a value, or false
if
there is no value.public ByteString getValue()
Control
protected void writeValue(Asn1Writer writer) throws IOException
Control
writeValue
in class Control
writer
- The ASN.1 writer to use.IOException
- If a problem occurs while writing to the stream.public ByteString getAuthorizationID()
public Entry getAuthorizationEntry() throws LdapException
null
if the authorization DN is the null DN.LdapException
- If the target user does not exist or is not available for use, or if a problem occurs while making
the determination.public void toString(StringBuilder buffer)
Control
Copyright 2010-2018 ForgeRock AS.