Class SetGlobalSecurityPropertyScriptCommand

  • All Implemented Interfaces:
    ScriptCommand

    public class SetGlobalSecurityPropertyScriptCommand
    extends AbstractResourceScriptCommand
    Implementation of setting global security property configuration script command.
    • Constructor Detail

      • SetGlobalSecurityPropertyScriptCommand

        public SetGlobalSecurityPropertyScriptCommand​(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.