public class InitAttributeVals extends GrammarAction<LdapMessageContainer<ModifyRequestDecorator>>
ModifyRequest ::= [APPLICATION 6] SEQUENCE {
...
modification SEQUENCE OF SEQUENCE {
...
modification AttributeTypeAndValues }
AttributeTypeAndValues ::= SEQUENCE {
...
vals SET OF AttributeValue }
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 dataCopyright © 2021. All rights reserved.