public interface PreReadRequestControl extends Control
PreReadResponseControl
, RFC 4527 - Lightweight Directory Access Protocol (LDAP) Read Entry ControlsModifier and Type | Field and Description |
---|---|
static ControlDecoder<PreReadRequestControl> |
DECODER
A decoder which can be used for decoding the pre-read request control.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
getAttributes()
Returns an unmodifiable set containing the names of attributes to be included with the response control.
|
getAPIValue, getOID, hasValue, isCritical
static final ControlDecoder<PreReadRequestControl> DECODER
java.util.Set<java.lang.String> getAttributes()