Uses of Class
org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
-
Packages that use GetEffectiveRightsRequestControl Package Description org.forgerock.opendj.ldap.controls Classes and interfaces for common LDAP controls. -
-
Uses of GetEffectiveRightsRequestControl in org.forgerock.opendj.ldap.controls
Fields in org.forgerock.opendj.ldap.controls with type parameters of type GetEffectiveRightsRequestControl Modifier and Type Field Description static ControlDecoder<GetEffectiveRightsRequestControl>GetEffectiveRightsRequestControl. DECODERA decoder which can be used for decoding the get effective rights request control.Methods in org.forgerock.opendj.ldap.controls that return GetEffectiveRightsRequestControl Modifier and Type Method Description static GetEffectiveRightsRequestControlGetEffectiveRightsRequestControl. 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.static GetEffectiveRightsRequestControlGetEffectiveRightsRequestControl. 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.
-