public interface GetEffectiveRightsRequestControl extends Control
GetRightsControl ::= SEQUENCE { authzId authzId -- Only the "dn:DN" form is supported. attributes SEQUENCE OF AttributeType }
Modifier and Type | Field and Description |
---|---|
static ControlDecoder<GetEffectiveRightsRequestControl> |
DECODER
A decoder which can be used for decoding the get effective rights request
control.
|
Modifier and Type | Method and Description |
---|---|
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. |
getAPIValue, getDetails, getOID, hasValue, isCritical
static final ControlDecoder<GetEffectiveRightsRequestControl> DECODER
java.util.Collection<AttributeType> getAttributes()
DN getAuthorizationName()
null
if the client's authentication ID is to be
used.