Class PasswordPolicyBean
java.lang.Object
de.xima.fc.gui.common.bean.security.PasswordPolicyBean
- All Implemented Interfaces:
Serializable
Bean for display user credential hints.
- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Remote command that takes a password and checks its strength.int
-
Constructor Details
-
PasswordPolicyBean
public PasswordPolicyBean()
-
-
Method Details
-
getGlobalMinPwdLength
public int getGlobalMinPwdLength() -
getGlobalPwdRulesHint
-
getGlobalPwdSetHint
-
getGlobalPwdChangeHint
-
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.
-