public class StoreSearchResultAttributeValue extends GrammarAction<LdapMessageContainer<SearchResultEntryDecorator>>
PartialAttributeList ::= SEQUENCE OF SEQUENCE {
...
vals SET OF AttributeValue }
AttributeValue ::= OCTET STRING
name| Constructor and Description |
|---|
StoreSearchResultAttributeValue()
Instantiates a new search result attribute value action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<SearchResultEntryDecorator> container)
The action to be executed.
|
toStringpublic StoreSearchResultAttributeValue()
public void action(LdapMessageContainer<SearchResultEntryDecorator> container)
container - The container which stores the current dataCopyright © 2021. All rights reserved.