public class StoreSaslCredentials extends GrammarAction<LdapMessageContainer<BindRequest>>
SaslCredentials ::= SEQUENCE { ... credentials OCTET STRING OPTIONAL }
Constructor and Description |
---|
StoreSaslCredentials()
Instantiates a new action.
|
Modifier and Type | Method and Description |
---|---|
void |
action(LdapMessageContainer<BindRequest> container)
The action to be executed.
|
toString
public StoreSaslCredentials()
public void action(LdapMessageContainer<BindRequest> container)
container
- The container which stores the current dataCopyright © 2003–2023 The Apache Software Foundation. All rights reserved.