|
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 ProxiedAuthV1RequestControl
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.
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 |
---|
static final ControlDecoder<ProxiedAuthV1RequestControl> DECODER
Method Detail |
---|
DN getAuthorizationDNName()
|
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 |