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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasswordPolicyBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkPasswordStrength()
Remote command that takes a password and checks its strength.int
getGlobalMinPwdLength()
String
getGlobalPwdChangeHint()
String
getGlobalPwdResetHint()
String
getGlobalPwdRulesHint()
String
getGlobalPwdSetHint()
-
-
-
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.
-
-