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