Class InitModifyDnRequest
- java.lang.Object
-
- org.apache.directory.api.asn1.ber.grammar.GrammarAction<LdapMessageContainer<ModifyDnRequest>>
-
- org.apache.directory.api.ldap.codec.actions.request.modifydn.InitModifyDnRequest
-
- All Implemented Interfaces:
Action<LdapMessageContainer<ModifyDnRequest>>
public class InitModifyDnRequest extends GrammarAction<LdapMessageContainer<ModifyDnRequest>>
The action used to initialize the ModifyDnRequest messageLdapMessage ::= ... ModifyDNRequest ... ModifyDNRequest ::= [APPLICATION 12] SEQUENCE { ...- Author:
- Apache Directory Project
-
-
Field Summary
-
Fields inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction
name
-
-
Constructor Summary
Constructors Constructor Description InitModifyDnRequest()Instantiates a new action.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaction(LdapMessageContainer<ModifyDnRequest> container)The action to be executed.-
Methods inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction
toString
-
-
-
-
Method Detail
-
action
public void action(LdapMessageContainer<ModifyDnRequest> container)
The action to be executed.- Parameters:
container- The container which stores the current data
-
-