public class StoreModifyDnRequestNewSuperior extends GrammarAction<LdapMessageContainer<ModifyDnRequestDecorator>>
ModifyDNRequest ::= [APPLICATION 12] SEQUENCE { ...
...
newSuperior [0] LDAPDN OPTIONAL }
name| Constructor and Description |
|---|
StoreModifyDnRequestNewSuperior()
Instantiates a new action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<ModifyDnRequestDecorator> container)
The action to be executed.
|
toStringpublic StoreModifyDnRequestNewSuperior()
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.