Uses of Class
org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
Packages that use ProxiedAuthV2RequestControl
Package
Description
Classes and interfaces for common LDAP controls.
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 ProxiedAuthV2RequestControlModifier and TypeFieldDescriptionstatic final ControlDecoder<ProxiedAuthV2RequestControl>
ProxiedAuthV2RequestControl.DECODER
A decoder which can be used for decoding theProxiedAuthV2RequestControl
.Methods in org.forgerock.opendj.ldap.controls that return ProxiedAuthV2RequestControlModifier and TypeMethodDescriptionstatic 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 ProxiedAuthV2RequestControlModifier and TypeMethodDescriptionstatic Entry
ProxyAuthHelper.getAuthorizationEntryFromControl
(ProxiedAuthV2RequestControl proxiedAuthControl, ServerContext serverContext) Retrieves the authorization entry for this proxied authorization V2 control.