public class AddAttributeValue extends GrammarAction<LdapMessageContainer<AddRequestDecorator>>
AttributeList ::= SEQUENCE OF SEQUENCE {
...
vals SET OF AttributeValue }
AttributeValue OCTET STRING
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.
|
toStringpublic void action(LdapMessageContainer<AddRequestDecorator> container)
container - The container which stores the current dataCopyright © 2021. All rights reserved.