public class StoreServerSASLCreds extends GrammarAction<LdapMessageContainer<BindResponseDecorator>>
BindResponse ::= APPLICATION 1] SEQUENCE {
...
serverSaslCreds [7] OCTET STRING OPTIONAL }
| Modifier and Type | Field and Description |
|---|---|
private static boolean |
IS_DEBUG
Speedup for logs
|
private static org.slf4j.Logger |
LOG
The logger
|
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.
|
toStringprivate static final org.slf4j.Logger LOG
private static final boolean IS_DEBUG
public StoreServerSASLCreds()
public void action(LdapMessageContainer<BindResponseDecorator> container) throws DecoderException
container - The container which stores the current dataDecoderException - Thrown if something went wrong.