public class StoreSearchResultEntryObjectName extends GrammarAction<LdapMessageContainer<SearchResultEntryDecorator>>
LdapMessage ::= ... SearchResultEntry ...
SearchResultEntry ::= [APPLICATION 4] SEQUENCE {
objectName LDAPDN,
...
name| Constructor and Description |
|---|
StoreSearchResultEntryObjectName()
Instantiates a new action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<SearchResultEntryDecorator> container)
The action to be executed.
|
toStringpublic StoreSearchResultEntryObjectName()
public 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.