public class InitBindRequest extends GrammarAction<LdapMessageContainer<BindRequestDecorator>>
LdapMessage ::= ... BindRequest ...
BindRequest ::= [APPLICATION 0] SEQUENCE { ...
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOG
The logger
|
name| Constructor and Description |
|---|
InitBindRequest()
Instantiates a new action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<BindRequestDecorator> container)
The action to be executed.
|
toStringpublic void action(LdapMessageContainer<BindRequestDecorator> container) throws DecoderException
container - The container which stores the current dataDecoderException - Thrown if something went wrong.