public class StoreMatchValue extends GrammarAction<LdapMessageContainer<SearchRequestDecorator>>
Filter ::= CHOICE {
...
extensibleMatch [9] MatchingRuleAssertion }
MatchingRuleAssertion ::= SEQUENCE {
...
matchValue [3] AssertionValue,
...
name| Constructor and Description |
|---|
StoreMatchValue()
Instantiates a new store match value action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
toStringpublic StoreMatchValue()
public void action(LdapMessageContainer<SearchRequestDecorator> container) throws DecoderException
container - The container which stores the current dataDecoderException - Thrown if something went wrong.Copyright © 2021. All rights reserved.