public class StoreMatchedDN extends GrammarAction<LdapMessageContainer<MessageDecorator<? extends Message>>>
LDAPResult ::= SEQUENCE {
...
matchedDN LDAPDN,
...
name| Constructor and Description |
|---|
StoreMatchedDN()
Instantiates a new matched dn action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<MessageDecorator<? extends Message>> container)
The action to be executed.
|
toStringpublic void action(LdapMessageContainer<MessageDecorator<? extends Message>> container) throws DecoderException
container - The container which stores the current dataDecoderException - Thrown if something went wrong.Copyright © 2021. All rights reserved.