Uses of Class
org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
-
Packages that use AuthorizationIdentityRequestControl Package Description org.forgerock.opendj.ldap.controls Classes and interfaces for common LDAP controls. -
-
Uses of AuthorizationIdentityRequestControl in org.forgerock.opendj.ldap.controls
Fields in org.forgerock.opendj.ldap.controls with type parameters of type AuthorizationIdentityRequestControl Modifier and Type Field Description static ControlDecoder<AuthorizationIdentityRequestControl>
AuthorizationIdentityRequestControl. DECODER
A decoder which can be used for decoding the authorization identity request control.Methods in org.forgerock.opendj.ldap.controls that return AuthorizationIdentityRequestControl Modifier and Type Method Description static AuthorizationIdentityRequestControl
AuthorizationIdentityRequestControl. newControl(boolean isCritical)
Creates a new authorization identity request control having the provided criticality.
-