public class InitAttributeVals extends GrammarAction<LdapMessageContainer<ModifyRequestDecorator>>
ModifyRequest ::= [APPLICATION 6] SEQUENCE {
...
modification SEQUENCE OF SEQUENCE {
...
modification AttributeTypeAndValues }
AttributeTypeAndValues ::= SEQUENCE {
...
vals SET OF AttributeValue }
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOG
The logger
|
name| Constructor and Description |
|---|
InitAttributeVals()
Instantiates a new action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<ModifyRequestDecorator> container)
The action to be executed.
|
toStringpublic void action(LdapMessageContainer<ModifyRequestDecorator> container)
container - The container which stores the current data