public class AddAttributeType extends GrammarAction<LdapMessageContainer<SearchResultEntryDecorator>>
SearchResultEntry ::= [APPLICATION 4] SEQUENCE { ...
...
attributes PartialAttributeList }
PartialAttributeList ::= SEQUENCE OF SEQUENCE {
type AttributeDescription,
...
name| Constructor and Description |
|---|
AddAttributeType()
Instantiates a new action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<SearchResultEntryDecorator> container)
The action to be executed.
|
toStringpublic void action(LdapMessageContainer<SearchResultEntryDecorator> container) throws DecoderException
container - The container which stores the current dataDecoderException - Thrown if something went wrong.Copyright © 2021. All rights reserved.