Uses of Class
org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
Packages that use ProxiedAuthV1RequestControl
Package
Description
Classes and interfaces for common LDAP controls.
-
Uses of ProxiedAuthV1RequestControl in org.forgerock.opendj.ldap.controls
Fields in org.forgerock.opendj.ldap.controls with type parameters of type ProxiedAuthV1RequestControlModifier and TypeFieldDescriptionstatic final ControlDecoder<ProxiedAuthV1RequestControl>ProxiedAuthV1RequestControl.DECODERA decoder which can be used for decoding theProxiedAuthV1RequestControl.Methods in org.forgerock.opendj.ldap.controls that return ProxiedAuthV1RequestControlModifier and TypeMethodDescriptionstatic ProxiedAuthV1RequestControlProxiedAuthV1RequestControl.newControl(String authorizationName) Creates a new proxy authorization v1 request control with the provided authorization name decoded using the default schema.static ProxiedAuthV1RequestControlProxiedAuthV1RequestControl.newControl(Dn authorizationName) Creates a new proxy authorization v1 request control with the provided authorization name.