public class InitBindResponse extends GrammarAction<LdapMessageContainer<BindResponseDecorator>>
LdapMessage ::= ... BindResponse ...
BindResponse ::= [APPLICATION 1] SEQUENCE { ...
name| Constructor and Description |
|---|
InitBindResponse()
Instantiates a new action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<BindResponseDecorator> container)
The action to be executed.
|
toStringpublic void action(LdapMessageContainer<BindResponseDecorator> container)
container - The container which stores the current dataCopyright © 2021. All rights reserved.