org.silverpeas.password.web
Class PasswordRuleEntity

java.lang.Object
  extended by org.silverpeas.password.web.PasswordRuleEntity

public class PasswordRuleEntity
extends Object

Author:
Yohann Chastagnier

Constructor Summary
protected PasswordRuleEntity()
           
 
Method Summary
static PasswordRuleEntity createFrom(PasswordRule rule, String language)
          Creates a new rule entity from the specified rule.
 String getDescription()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordRuleEntity

protected PasswordRuleEntity()
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()


Copyright © 2016 Silverpeas. All Rights Reserved.