Uses of Class
org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
Package
Description
Classes and interfaces for common LDAP controls.
-
Uses of GetEffectiveRightsRequestControl in org.forgerock.opendj.ldap.controls
Modifier and TypeFieldDescriptionstatic final ControlDecoder<GetEffectiveRightsRequestControl>
GetEffectiveRightsRequestControl.DECODER
A decoder which can be used for decoding the get effective rights request control.Modifier and TypeMethodDescriptionGetEffectiveRightsRequestControl.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.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.