public class StoreAddRequestEntryName extends GrammarAction<LdapMessageContainer<AddRequestDecorator>>
AddRequest ::= [APPLICATION 8] SEQUENCE {
entry LDAPDN,
...
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOG
The logger
|
name| Constructor and Description |
|---|
StoreAddRequestEntryName()
Instantiates a new action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<AddRequestDecorator> container)
The action to be executed.
|
toStringpublic StoreAddRequestEntryName()
public void action(LdapMessageContainer<AddRequestDecorator> container) throws DecoderException
container - The container which stores the current dataDecoderException - Thrown if something went wrong.