public interface AuthorizationIdentityResponseControl extends Control
The authorization identity 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<AuthorizationIdentityResponseControl> |
DECODER
A decoder which can be used for decoding the authorization response
control.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthorizationID()
Returns the authorization ID of the user.
|
getAPIValue, getDetails, getOID, hasValue, isCritical
static final ControlDecoder<AuthorizationIdentityResponseControl> DECODER
java.lang.String getAuthorizationID()