Class SetSessionManagementPropertyScriptCommand

  • All Implemented Interfaces:
    ScriptCommand

    public class SetSessionManagementPropertyScriptCommand
    extends AbstractResourceScriptCommand
    Implementation of setting session management property configuration script command.
    • Constructor Detail

      • SetSessionManagementPropertyScriptCommand

        public SetSessionManagementPropertyScriptCommand​(Configuration configuration,
                                                         String resourcePath,
                                                         String propertyName,
                                                         String propertyValue)
        Sets configuration containing all needed information for building configuration scripts.
        Parameters:
        configuration - Container configuration.
        resourcePath - Path to configuration script resources.
        propertyName - Name of global security property.
        propertyValue - Value of global security property.