Class PasswordControlDTO

java.lang.Object
org.silverpeas.mobile.shared.dto.password.PasswordControlDTO
All Implemented Interfaces:
Serializable

public class PasswordControlDTO extends Object implements Serializable
Author:
svu
See Also:
  • Constructor Details

    • PasswordControlDTO

      public PasswordControlDTO()
  • Method Details

    • getRequiredRuleIdsInError

      public String[] getRequiredRuleIdsInError()
    • setRequiredRuleIdsInError

      public void setRequiredRuleIdsInError(String[] requiredRuleIdsInError)
    • getCombinedRuleIdsInError

      public String[] getCombinedRuleIdsInError()
    • setCombinedRuleIdsInError

      public void setCombinedRuleIdsInError(String[] combinedRuleIdsInError)
    • isRuleCombinationRespected

      public boolean isRuleCombinationRespected()
    • setIsRuleCombinationRespected

      public void setIsRuleCombinationRespected(boolean isRuleCombinationRespected)
    • isCorrect

      public boolean isCorrect()
    • setIsCorrect

      public void setIsCorrect(boolean isCorrect)
    • fromJSON

      public static PasswordControlDTO fromJSON(jsinterop.base.JsPropertyMap<Object> json)