public class InitModifyDnRequest extends GrammarAction<LdapMessageContainer<ModifyDnRequestDecorator>>
LdapMessage ::= ... ModifyDNRequest ...
ModifyDNRequest ::= [APPLICATION 12] SEQUENCE { ...
name| Constructor and Description |
|---|
InitModifyDnRequest()
Instantiates a new action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<ModifyDnRequestDecorator> container)
The action to be executed.
|
toStringpublic void action(LdapMessageContainer<ModifyDnRequestDecorator> container)
container - The container which stores the current dataCopyright © 2021. All rights reserved.