public class AddReferral extends GrammarAction<LdapMessageContainer<MessageDecorator<? extends Message>>>
Referral ::= SEQUENCE SIZE (1..MAX) OF uri URI (RFC 4511) URI ::= LDAPString
name| Constructor and Description |
|---|
AddReferral()
Instantiates a new referral 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.