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