public class StoreCompareRequestAssertionValue extends GrammarAction<LdapMessageContainer<CompareRequestDecorator>>
CompareRequest ::= [APPLICATION 14] SEQUENCE {
...
ava AttributeValueAssertion }
AttributeValueAssertion ::= SEQUENCE {
...
assertionValue AssertionValue }
AssertionValue OCTET STRING
| 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 |
|---|
StoreCompareRequestAssertionValue()
Instantiates a new action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<CompareRequestDecorator> container)
The action to be executed.
|
toStringprivate static final org.slf4j.Logger LOG
private static final boolean IS_DEBUG
public StoreCompareRequestAssertionValue()
public void action(LdapMessageContainer<CompareRequestDecorator> container)
container - The container which stores the current data