public class InitUnbindRequest extends GrammarAction<LdapMessageContainer<UnbindRequestDecorator>>
LdapMessage ::= ... UnBindRequest ... unbindRequest ::= [APPLICATION 2] NULL
name| Constructor and Description |
|---|
InitUnbindRequest()
Instantiates a new action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<UnbindRequestDecorator> container)
The action to be executed.
|
toStringpublic void action(LdapMessageContainer<UnbindRequestDecorator> container) throws DecoderException
container - The container which stores the current dataDecoderException - Thrown if something went wrong.Copyright © 2021. All rights reserved.