org.apache.directory.api.ldap.codec.actions.bindResponse
Class InitBindResponse
java.lang.Object
org.apache.directory.api.asn1.ber.grammar.GrammarAction<LdapMessageContainer<BindResponseDecorator>>
org.apache.directory.api.ldap.codec.actions.bindResponse.InitBindResponse
- All Implemented Interfaces:
- Action<LdapMessageContainer<BindResponseDecorator>>
public class InitBindResponse
- extends GrammarAction<LdapMessageContainer<BindResponseDecorator>>
The action used to initialize the BindResponse
LdapMessage ::= ... BindResponse ...
BindResponse ::= [APPLICATION 1] SEQUENCE { ...
- Author:
- Apache Directory Project
| Fields inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction |
name |
InitBindResponse
public InitBindResponse()
- Instantiates a new action.
action
public void action(LdapMessageContainer<BindResponseDecorator> container)
- The action to be executed.
- Parameters:
container - The container which stores the current data
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.