Class PasswordPolicyBean

java.lang.Object
de.xima.fc.gui.common.bean.security.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:
  • Constructor Details

    • PasswordPolicyBean

      public PasswordPolicyBean()
  • Method Details

    • 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.