public class InitDelRequest extends GrammarAction<LdapMessageContainer<DeleteRequestDecorator>>
LdapMessage ::= ... DelRequest ... delRequest ::= [APPLICATION 10] LDAPDN We store the Dn to bve deleted into the DelRequest object
name| Constructor and Description |
|---|
InitDelRequest()
Instantiates a new action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<DeleteRequestDecorator> container)
The action to be executed.
|
toStringpublic void action(LdapMessageContainer<DeleteRequestDecorator> container) throws DecoderException
container - The container which stores the current dataDecoderException - Thrown if something went wrong.Copyright © 2021. All rights reserved.