public class StoreSearchRequestScope extends GrammarAction<LdapMessageContainer<SearchRequestDecorator>>
SearchRequest ::= [APPLICATION 3] SEQUENCE {
...
scope ENUMERATED {
baseObject (0),
singleLevel (1),
wholeSubtree (2) },
...
name| Constructor and Description |
|---|
StoreSearchRequestScope()
Instantiates a new action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
toStringpublic StoreSearchRequestScope()
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.