Class PasswordSetting

  • All Implemented Interfaces:
    Setting<String>

    public abstract class PasswordSetting
    extends StringSetting
    The intended base class for String valued custom settings that are passwords or other secrets. The only different between this and StringSetting is that the value of this setting is not visible in the UI. PasswordSetting must always be single-lined.
    Since:
    9.10.8
    • Constructor Detail

      • PasswordSetting

        public PasswordSetting()
    • Method Detail

      • isMultiLine

        public final boolean isMultiLine()
        Returns whether this string setting is multilined or not. Password settings are always singlelined.
        Overrides:
        isMultiLine in class StringSetting
        Returns:
        false
        Since:
        9.10.8