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.org.opends.server.types Contains implementations for a number of Directory Server data types. -
-
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. -
Uses of ProxiedAuthV2RequestControl in org.opends.server.types
Methods in org.opends.server.types with parameters of type ProxiedAuthV2RequestControl Modifier and Type Method Description static Entry
ProxyAuthHelper. getAuthorizationEntryFromControl(ProxiedAuthV2RequestControl proxiedAuthControl, ServerContext serverContext)
Retrieves the authorization entry for this proxied authorization V2 control.
-