Class PasswordPolicyBean

  • All Implemented Interfaces:
    Serializable

    @Named
    @ViewScoped
    public class PasswordPolicyBean
    extends Object
    implements Serializable
    Bean for display user credential hints.
    Since:
    8.0.0
    Author:
    XIMA Media GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • PasswordPolicyBean

        public PasswordPolicyBean()
    • Method Detail

      • getGlobalMinPwdLength

        public int getGlobalMinPwdLength()
      • getGlobalPwdRulesHint

        public String getGlobalPwdRulesHint()
      • getGlobalPwdSetHint

        public String getGlobalPwdSetHint()
      • getGlobalPwdChangeHint

        public String getGlobalPwdChangeHint()
      • getGlobalPwdResetHint

        public String getGlobalPwdResetHint()
      • checkPasswordStrength

        public void checkPasswordStrength()
        Remote command that takes a password and checks its strength. Returns a numerical value indicating how strong the password is.