public class StoreModifyRequestObjectName extends GrammarAction<LdapMessageContainer<ModifyRequest>>
ModifyRequest ::= [APPLICATION 6] SEQUENCE { object LDAPDN, ...
Constructor and Description |
---|
StoreModifyRequestObjectName()
Instantiates a new action.
|
Modifier and Type | Method and Description |
---|---|
void |
action(LdapMessageContainer<ModifyRequest> container)
The action to be executed.
|
toString
public StoreModifyRequestObjectName()
public void action(LdapMessageContainer<ModifyRequest> container) throws DecoderException
container
- The container which stores the current dataDecoderException
- Thrown if something went wrong.Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.