public class InitSearchRequestAttributeDescList extends GrammarAction<LdapMessageContainer<SearchRequestDecorator>>
SearchRequest ::= [APPLICATION 3] SEQUENCE {
...
filter Filter,
attributes AttributeDescriptionList }
AttributeDescriptionList ::= SEQUENCE OF
AttributeDescription
name| Constructor and Description |
|---|
InitSearchRequestAttributeDescList()
Instantiates a new init attribute desc list action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<SearchRequestDecorator> container)
The action to be executed.
|
toStringpublic InitSearchRequestAttributeDescList()
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.