Class PasswordSettings

    • Field Detail

      • SHOW_PASSWORD_REVEAL_PROP

        public static final java.lang.String SHOW_PASSWORD_REVEAL_PROP
        See Also:
        Constant Field Values
      • SHOW_PASSWORD_REVEAL_DEFAULT_VALUE

        public static final boolean SHOW_PASSWORD_REVEAL_DEFAULT_VALUE
        See Also:
        Constant Field Values
      • SHOW_PASSWORD_REVEAL

        public static final java.lang.String SHOW_PASSWORD_REVEAL
        See Also:
        Constant Field Values
    • Constructor Detail

      • PasswordSettings

        public PasswordSettings()
    • Method Detail

      • showRevealPassword

        public PasswordSettings showRevealPassword​(boolean showRevealPassword)
      • autocomplete

        public PasswordSettings autocomplete​(java.lang.String autocomplete)
        Parameters:
        autocomplete - the autocomplete value (By default, on, you can also set : off, current-password, new-password)
        Returns:
        this
        Since:
        jcms-10.0.7
      • getThis

        protected PasswordSettings getThis()
        Description copied from class: BasicSettings
        Returns the exact type of the this reference.
        It's a way to recover the type of the this object in a class hierarchy (cf. getThis "trick").
        Specified by:
        getThis in class BasicSettings<PasswordSettings>
        Returns:
        The exact type of the this reference