public interface ProxiedAuthV2RequestControl extends Control
The target user is specified using an authorization ID, or authzId
,
as defined in RFC 4513 section 5.2.1.8.
Modifier and Type | Field and Description |
---|---|
static ControlDecoder<ProxiedAuthV2RequestControl> |
DECODER
A decoder which can be used for decoding the proxy authorization v2 request
control.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthorizationID()
Returns the authorization ID of the user whose authorization is to be used
when performing the operation.
|
getAPIValue, getDetails, getOID, hasValue, isCritical
static final ControlDecoder<ProxiedAuthV2RequestControl> DECODER
java.lang.String getAuthorizationID()