public class StoreMatchingRuleDnAttributes extends GrammarAction<LdapMessageContainer<SearchRequestDecorator>>
Filter ::= CHOICE {
...
extensibleMatch [9] MatchingRuleAssertion }
MatchingRuleAssertion ::= SEQUENCE {
...
dnAttributes [4] BOOLEAN DEFAULT FALSE }
| Modifier and Type | Field and Description |
|---|---|
private static boolean |
IS_DEBUG
Speedup for logs
|
private static org.slf4j.Logger |
LOG
The logger
|
name| Constructor and Description |
|---|
StoreMatchingRuleDnAttributes()
Instantiates a new StoreMatchingRuleDnAttributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
toStringprivate static final org.slf4j.Logger LOG
private static final boolean IS_DEBUG
public StoreMatchingRuleDnAttributes()
public void action(LdapMessageContainer<SearchRequestDecorator> container) throws DecoderException
Actioncontainer - The container which stores the current dataDecoderException - Thrown if something went wrong.