public class StoreSubstringFilterType extends GrammarAction<LdapMessageContainer<SearchRequestDecorator>>
Filter ::= CHOICE {
...
substrings [4] SubstringFilter,
...
SubstringFilter ::= SEQUENCE {
type AttributeDescription,
...
name| Constructor and Description |
|---|
StoreSubstringFilterType()
Instantiates a new action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
toStringpublic StoreSubstringFilterType()
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.