public class StoreModifyDnRequestDeleteOldRdn extends GrammarAction<LdapMessageContainer<ModifyDnRequestDecorator>>
ModifyDNRequest ::= [APPLICATION 12] SEQUENCE { ...
...
deleteoldrdn BOOLEAN,
...
name| Constructor and Description |
|---|
StoreModifyDnRequestDeleteOldRdn()
Instantiates a new action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<ModifyDnRequestDecorator> container)
The action to be executed.
|
toStringpublic StoreModifyDnRequestDeleteOldRdn()
public void action(LdapMessageContainer<ModifyDnRequestDecorator> container) throws DecoderException
container - The container which stores the current dataDecoderException - Thrown if something went wrong.Copyright © 2021. All rights reserved.