public class InitBindRequest extends GrammarAction<LdapMessageContainer<BindRequest>>
LdapMessage ::= ... BindRequest ... BindRequest ::= [APPLICATION 0] SEQUENCE { ...
Constructor and Description |
---|
InitBindRequest()
Instantiates a new action.
|
Modifier and Type | Method and Description |
---|---|
void |
action(LdapMessageContainer<BindRequest> container)
The action to be executed.
|
toString
public InitBindRequest()
public void action(LdapMessageContainer<BindRequest> container) throws DecoderException
container
- The container which stores the current dataDecoderException
- Thrown if something went wrong.Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.