Class AddModifyRequestAttribute
- java.lang.Object
-
- org.apache.directory.api.asn1.ber.grammar.GrammarAction<LdapMessageContainer<ModifyRequest>>
-
- org.apache.directory.api.ldap.codec.actions.request.modify.AddModifyRequestAttribute
-
- All Implemented Interfaces:
Action<LdapMessageContainer<ModifyRequest>>
public class AddModifyRequestAttribute extends GrammarAction<LdapMessageContainer<ModifyRequest>>
The action used to store the ModificationRequest's attribute typeModifyRequest ::= [APPLICATION 6] SEQUENCE { ... modification SEQUENCE OF SEQUENCE { ... modification AttributeTypeAndValues } AttributeTypeAndValues ::= SEQUENCE { type AttributeDescription, ...- Author:
- Apache Directory Project
-
-
Field Summary
-
Fields inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction
name
-
-
Constructor Summary
Constructors Constructor Description AddModifyRequestAttribute()Instantiates a new action.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaction(LdapMessageContainer<ModifyRequest> 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<ModifyRequest> container) throws DecoderException
The action to be executed.- Parameters:
container- The container which stores the current data- Throws:
DecoderException- Thrown if something went wrong.
-
-