Uses of Class
org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
-
Packages that use AuthorizationIdentityResponseControl Package Description org.forgerock.opendj.ldap.controls Classes and interfaces for common LDAP controls. -
-
Uses of AuthorizationIdentityResponseControl in org.forgerock.opendj.ldap.controls
Fields in org.forgerock.opendj.ldap.controls with type parameters of type AuthorizationIdentityResponseControl Modifier and Type Field Description static ControlDecoder<AuthorizationIdentityResponseControl>
AuthorizationIdentityResponseControl. DECODER
A decoder which can be used for decoding the authorization identity response control.Methods in org.forgerock.opendj.ldap.controls that return AuthorizationIdentityResponseControl Modifier and Type Method Description static AuthorizationIdentityResponseControl
AuthorizationIdentityResponseControl. newControl(String authorizationID)
Creates a new authorization identity response control using the provided authorization ID.static AuthorizationIdentityResponseControl
AuthorizationIdentityResponseControl. newControl(Dn authorizationDn)
Creates a new authorization identity response control using the provided authorization ID.
-