| Package | Description |
|---|---|
| org.forgerock.opendj.ldap.controls |
Classes and interfaces for common LDAP controls.
|
| Modifier and Type | Field and Description |
|---|---|
static ControlDecoder<GetEffectiveRightsRequestControl> |
GetEffectiveRightsRequestControl.DECODER
A decoder which can be used for decoding the get effective rights request
control.
|
| Modifier and Type | Method and Description |
|---|---|
static GetEffectiveRightsRequestControl |
GetEffectiveRightsRequestControl.newControl(boolean isCritical,
DN authorizationName,
Collection<AttributeType> attributes)
Creates a new get effective rights request control with the provided
criticality, optional authorization name and attribute list.
|
static GetEffectiveRightsRequestControl |
GetEffectiveRightsRequestControl.newControl(boolean isCritical,
String authorizationName,
String... attributes)
Creates a new get effective rights request control with the provided
criticality, optional authorization name and attribute list.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.