public interface ProxiedAuthV1RequestControl extends Control
This control implementation is based on version 1 of the proxied authorization control as defined in early versions of draft-weltman-ldapv3-proxy (this implementation is based on the "-04" revision) and is intended for use in legacy applications. New applications should use the v2 version of this control in preference.
Modifier and Type | Field and Description |
---|---|
static ControlDecoder<ProxiedAuthV1RequestControl> |
DECODER
A decoder which can be used for decoding the proxy authorization v1 request
control.
|
Modifier and Type | Method and Description |
---|---|
DN |
getAuthorizationDNName()
Returns the distinguished name of the user whose authorization is to be
used when performing the operation.
|
getAPIValue, getDetails, getOID, hasValue, isCritical
static final ControlDecoder<ProxiedAuthV1RequestControl> DECODER
DN getAuthorizationDNName()