public class AddAttributeValue extends GrammarAction<LdapMessageContainer<AddRequestDecorator>>
AttributeList ::= SEQUENCE OF SEQUENCE {
...
vals SET OF AttributeValue }
AttributeValue OCTET STRING
| Modifier and Type | Field and Description |
|---|---|
private static boolean |
IS_DEBUG
Speedup for logs
|
private static org.slf4j.Logger |
LOG
The logger
|
name| Constructor and Description |
|---|
AddAttributeValue()
Instantiates a new value action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<AddRequestDecorator> container)
The action to be executed.
|
toStringprivate static final org.slf4j.Logger LOG
private static final boolean IS_DEBUG
public void action(LdapMessageContainer<AddRequestDecorator> container)
container - The container which stores the current data