Class StoreControlValue

  • All Implemented Interfaces:
    Action<ControlsContainer>

    public class StoreControlValue
    extends GrammarAction<ControlsContainer>
    The action used to set the value of a control. This is an extension point where different controls can be plugged in (at least eventually). For now we hard code controls.
     Control ::= SEQUENCE {
         ...
         controlValue OCTET STRING OPTIONAL }
     
    Author:
    Apache Directory Project
    • Constructor Detail

      • StoreControlValue

        public StoreControlValue()
        Instantiates a new StoreControlValue action.