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