Class StoreMatchingRuleDnAttributes
- java.lang.Object
-
- org.apache.directory.api.asn1.ber.grammar.GrammarAction<LdapMessageContainer<SearchRequest>>
-
- org.apache.directory.api.ldap.codec.actions.request.search.filter.StoreMatchingRuleDnAttributes
-
- All Implemented Interfaces:
Action<LdapMessageContainer<SearchRequest>>
public class StoreMatchingRuleDnAttributes extends GrammarAction<LdapMessageContainer<SearchRequest>>
The action used to store a matchingRuleAssertion dnAttributesFilter ::= CHOICE { ... extensibleMatch [9] MatchingRuleAssertion } MatchingRuleAssertion ::= SEQUENCE { ... dnAttributes [4] BOOLEAN DEFAULT FALSE }- Author:
- Apache Directory Project
-
-
Field Summary
-
Fields inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction
name
-
-
Constructor Summary
Constructors Constructor Description StoreMatchingRuleDnAttributes()Instantiates a new StoreMatchingRuleDnAttributes.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaction(LdapMessageContainer<SearchRequest> 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<SearchRequest> container) throws DecoderException
Description copied from interface:ActionThe action to be executed.- Parameters:
container- The container which stores the current data- Throws:
DecoderException- Thrown if something went wrong.
-
-