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