Class ScriptSecureStringExecutionParameter


  • public final class ScriptSecureStringExecutionParameter
    extends ScriptExecutionParameter
    a plain text value execution parameter.
    • Constructor Detail

      • ScriptSecureStringExecutionParameter

        public ScriptSecureStringExecutionParameter()
    • Method Detail

      • secureValue

        public String secureValue()
        Get the secureValue property: A secure value for the passed parameter, not to be stored in logs.
        Returns:
        the secureValue value.
      • withSecureValue

        public ScriptSecureStringExecutionParameter withSecureValue​(String secureValue)
        Set the secureValue property: A secure value for the passed parameter, not to be stored in logs.
        Parameters:
        secureValue - the secureValue value to set.
        Returns:
        the ScriptSecureStringExecutionParameter object itself.