Package | Description |
---|---|
org.forgerock.opendj.ldap.controls |
Classes and interfaces for common LDAP controls.
|
Modifier and Type | Field and Description |
---|---|
static ControlDecoder<ProxiedAuthV1RequestControl> |
ProxiedAuthV1RequestControl.DECODER
A decoder which can be used for decoding the proxied authorization v1 request control.
|
Modifier and Type | Method and Description |
---|---|
static ProxiedAuthV1RequestControl |
ProxiedAuthV1RequestControl.newControl(Dn authorizationName)
Creates a new proxy authorization v1 request control with the provided
authorization name.
|
static ProxiedAuthV1RequestControl |
ProxiedAuthV1RequestControl.newControl(String authorizationName)
Creates a new proxy authorization v1 request control with the provided
authorization name decoded using the default schema.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.