Uses of Class
org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
-
Packages that use ProxiedAuthV1RequestControl 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 ProxiedAuthV1RequestControl in org.forgerock.opendj.ldap.controls
Fields in org.forgerock.opendj.ldap.controls with type parameters of type ProxiedAuthV1RequestControl Modifier and Type Field Description static ControlDecoder<ProxiedAuthV1RequestControl>
ProxiedAuthV1RequestControl. DECODER
A decoder which can be used for decoding the proxied authorization v1 request control.Methods in org.forgerock.opendj.ldap.controls that return ProxiedAuthV1RequestControl Modifier and Type Method Description static ProxiedAuthV1RequestControl
ProxiedAuthV1RequestControl. newControl(String authorizationName)
Creates a new proxy authorization v1 request control with the provided authorization name decoded using the default schema.static ProxiedAuthV1RequestControl
ProxiedAuthV1RequestControl. newControl(Dn authorizationName)
Creates a new proxy authorization v1 request control with the provided authorization name. -
Uses of ProxiedAuthV1RequestControl in org.opends.server.types
Methods in org.opends.server.types with parameters of type ProxiedAuthV1RequestControl Modifier and Type Method Description static Entry
ProxyAuthHelper. getAuthorizationEntryFromControl(ProxiedAuthV1RequestControl proxiedAuthControl, ServerContext serverContext)
Retrieves the authorization entry for the provided proxied authorization V1 control.
-