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. DECODERA 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 AuthorizationIdentityResponseControlAuthorizationIdentityResponseControl. newControl(String authorizationID)Creates a new authorization identity response control using the provided authorization ID.static AuthorizationIdentityResponseControlAuthorizationIdentityResponseControl. newControl(Dn authorizationDn)Creates a new authorization identity response control using the provided authorization ID.
-