org.apache.directory.api.ldap.codec.actions.bindResponse
Class StoreServerSASLCreds
java.lang.Object
org.apache.directory.api.asn1.ber.grammar.GrammarAction<LdapMessageContainer<BindResponseDecorator>>
org.apache.directory.api.ldap.codec.actions.bindResponse.StoreServerSASLCreds
- All Implemented Interfaces:
- Action<LdapMessageContainer<BindResponseDecorator>>
public class StoreServerSASLCreds
- extends GrammarAction<LdapMessageContainer<BindResponseDecorator>>
The action used to store a SASL credentials :
BindResponse ::= APPLICATION 1] SEQUENCE {
...
serverSaslCreds [7] OCTET STRING OPTIONAL }
- Author:
- Apache Directory Project
| Fields inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction |
name |
StoreServerSASLCreds
public StoreServerSASLCreds()
- Instantiates a new server sasl creds action.
action
public void action(LdapMessageContainer<BindResponseDecorator> container)
throws DecoderException
- The action to be executed.
- Parameters:
container - The container which stores the current data
- Throws:
DecoderException - Thrown if something went wrong.
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.