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 ProxiedAuthV1RequestControl

All Superinterfaces:
Control

public interface ProxiedAuthV1RequestControl
extends Control

The proxy authorization v1 request control as defined in draft-weltman-ldapv3-proxy-04. This control allows a user to request that an operation be performed using the authorization of another user. The target user is specified as a DN in the control value, which distinguishes it from later versions of the control (which used a different OID) in which the target user was specified using an authorization ID.

This control implementation is based on version 1 of the proxied authorization control as defined in early versions of draft-weltman-ldapv3-proxy (this implementation is based on the "-04" revision) and is intended for use in legacy applications. New applications should use the v2 version of this control in preference.

See Also:
draft-weltman-ldapv3-proxy-04 - LDAP Proxied Authorization Control

Field Summary
static ControlDecoder<ProxiedAuthV1RequestControl> DECODER
          A decoder which can be used for decoding the proxy authorization v1 request control.

 

Method Summary
 DN getAuthorizationDNName()
          Returns the distinguished name of the user whose authorization is to be used when performing the operation.

 

Methods inherited from interface oracle.oud.controls.Control
getAPIValue, getOID, hasValue, isCritical

 

Field Detail

DECODER

static final ControlDecoder<ProxiedAuthV1RequestControl> DECODER
A decoder which can be used for decoding the proxy authorization v1 request control.

Method Detail

getAuthorizationDNName

DN getAuthorizationDNName()
Returns the distinguished name of the user whose authorization is to be used when performing the operation.
Returns:
The distinguished name of the user whose authorization is to be used when performing the operation.

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.