Class PasswordRuleEntity
- java.lang.Object
-
- org.silverpeas.core.webapi.password.PasswordRuleEntity
-
public class PasswordRuleEntity extends Object
- Author:
- Yohann Chastagnier
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PasswordRuleEntity()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PasswordRuleEntity
createFrom(PasswordRule rule, String language)
Creates a new rule entity from the specified rule.String
getDescription()
String
getType()
-
-
-
Method Detail
-
createFrom
public static PasswordRuleEntity createFrom(PasswordRule rule, String language)
Creates a new rule entity from the specified rule.- Parameters:
rule
-language
-- Returns:
- the entity representing the specified rule.
-
getType
public String getType()
-
getDescription
public String getDescription()
-
-