Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory
11g Release 2 (11.1.2.2.0)

E38583-02


oracle.oud.controls
Interface AuthorizationIdentityResponseControl

All Superinterfaces:
Control

public interface AuthorizationIdentityResponseControl
extends Control

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.

See Also:
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

DECODER

static final ControlDecoder<AuthorizationIdentityResponseControl> DECODER
A decoder which can be used for decoding the authorization response control.

Method Detail

getAuthorizationID

java.lang.String getAuthorizationID()
Returns the authorization ID of the user. The authorization ID usually has the form "dn:" immediately followed by the distinguished name of the user, or "u:" followed by a user ID string, but other forms are permitted.
Returns:
The authorization ID of the user.

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory
11g Release 2 (11.1.2.2.0)

E38583-02


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.