public class StoreServerSASLCreds extends GrammarAction<LdapMessageContainer<BindResponseDecorator>>
BindResponse ::= APPLICATION 1] SEQUENCE {
...
serverSaslCreds [7] OCTET STRING OPTIONAL }
name| Constructor and Description |
|---|
StoreServerSASLCreds()
Instantiates a new server sasl creds action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<BindResponseDecorator> container)
The action to be executed.
|
toStringpublic StoreServerSASLCreds()
public void action(LdapMessageContainer<BindResponseDecorator> container) throws DecoderException
container - The container which stores the current dataDecoderException - Thrown if something went wrong.Copyright © 2021. All rights reserved.