Class PasswordCheckEntity
- java.lang.Object
-
- org.silverpeas.core.webapi.password.PasswordCheckEntity
-
- All Implemented Interfaces:
Serializable
public class PasswordCheckEntity extends Object implements Serializable
- Author:
- Yohann Chastagnier
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PasswordCheckEntity()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PasswordCheckEntity
createFrom(PasswordCheck passwordCheck)
Creates a new password check entityCollection<String>
getCombinedRuleIdsInError()
Collection<String>
getRequiredRuleIdsInError()
boolean
isCorrect()
boolean
isRuleCombinationRespected()
-
-
-
Method Detail
-
createFrom
public static PasswordCheckEntity createFrom(PasswordCheck passwordCheck)
Creates a new password check entity- Returns:
- the entity representing the password rule checking.
-
isCorrect
public boolean isCorrect()
-
isRuleCombinationRespected
public boolean isRuleCombinationRespected()
-
getRequiredRuleIdsInError
public Collection<String> getRequiredRuleIdsInError()
-
getCombinedRuleIdsInError
public Collection<String> getCombinedRuleIdsInError()
-
-