|
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 GetEffectiveRightsRequestControl
A partial implementation of the get effective rights request control as defined in draft-ietf-ldapext-acl-model. The main differences are:
The get effective rights request control value has the following BER encoding:
GetRightsControl ::= SEQUENCE { authzId authzId -- Only the "dn:DN" form is supported. attributes SEQUENCE OF AttributeType }
Field Summary | |
---|---|
static ControlDecoder<GetEffectiveRightsRequestControl> |
DECODER A decoder which can be used for decoding the get effective rights request control. |
Method Summary | |
---|---|
java.util.Collection<AttributeType> |
getAttributes() Returns an unmodifiable list of attributes for which effective rights are to be returned, which may be empty indicating that no attribute rights are to be returned. |
DN |
getAuthorizationName() Returns the distinguished name of the user for which effective rights are to be returned, or null if the client's authentication ID is to be used. |
Methods inherited from interface oracle.oud.controls.Control |
---|
getAPIValue, getOID, hasValue, isCritical |
Field Detail |
---|
static final ControlDecoder<GetEffectiveRightsRequestControl> DECODER
Method Detail |
---|
java.util.Collection<AttributeType> getAttributes()
DN getAuthorizationName()
null
if the client's authentication ID is to be used.
|
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 |