|
Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory 11g Release 2 (11.1.2.2.0) E38583-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthorizationIdentityResponseControl
The authorization response control as defined in RFC 3829. The authorization identity control extends the Lightweight Directory Access Protocol (LDAP) bind operation with a mechanism for requesting and returning the authorization identity it establishes.
The authorization identity is specified using an authorization ID, or authzId
, as defined in RFC 4513 section 5.2.1.8.
AuthorizationIdentityRequestControl
, RFC 3829 - Lightweight Directory Access Protocol (LDAP) Authorization Identity Request and Response Controls , RFC 4532 - Lightweight Directory Access Protocol (LDAP) "Who am I?" Operation , RFC 4513 - SASL Authorization Identities (authzId)Field Summary | |
---|---|
static ControlDecoder<AuthorizationIdentityResponseControl> |
DECODER A decoder which can be used for decoding the authorization response control. |
Method Summary | |
---|---|
java.lang.String |
getAuthorizationID() Returns the authorization ID of the user. |
Methods inherited from interface oracle.oud.controls.Control |
---|
getAPIValue, getOID, hasValue, isCritical |
Field Detail |
---|
static final ControlDecoder<AuthorizationIdentityResponseControl> DECODER
Method Detail |
---|
java.lang.String getAuthorizationID()
|
Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory 11g Release 2 (11.1.2.2.0) E38583-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |