public class StoreSimpleAuth extends GrammarAction<LdapMessageContainer<BindRequestDecorator>>
BindRequest ::= [APPLICATION 0] SEQUENCE {
....
authentication AuthenticationChoice }
AuthenticationChoice ::= CHOICE {
simple [0] OCTET STRING,
...
We have to create an Authentication Object to store the credentials.
name| Constructor and Description |
|---|
StoreSimpleAuth()
Instantiates a new action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(LdapMessageContainer<BindRequestDecorator> container)
The action to be executed.
|
toStringpublic void action(LdapMessageContainer<BindRequestDecorator> container) throws DecoderException
container - The container which stores the current dataDecoderException - Thrown if something went wrong.Copyright © 2021. All rights reserved.