Uses of Class
org.forgerock.opendj.ldap.controls.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
Modifier and TypeFieldDescriptionstatic final ControlDecoder<ProxiedAuthV2RequestControl>
ProxiedAuthV2RequestControl.DECODER
A decoder which can be used for decoding theProxiedAuthV2RequestControl
.Modifier 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
Modifier and TypeMethodDescriptionstatic Entry
ProxyAuthHelper.getAuthorizationEntryFromControl
(ProxiedAuthV2RequestControl proxiedAuthControl, ServerContext serverContext) Retrieves the authorization entry for this proxied authorization V2 control.