Class DefaultPasswordRuleConf

java.lang.Object
org.apache.syncope.common.lib.policy.AbstractPasswordRuleConf
org.apache.syncope.common.lib.policy.DefaultPasswordRuleConf
All Implemented Interfaces:
Serializable, BaseBean, PasswordRuleConf, RuleConf

public class DefaultPasswordRuleConf extends AbstractPasswordRuleConf
See Also:
  • Constructor Details

    • DefaultPasswordRuleConf

      public DefaultPasswordRuleConf()
  • Method Details

    • getMaxLength

      public int getMaxLength()
    • setMaxLength

      public void setMaxLength(int maxLength)
    • getMinLength

      public int getMinLength()
    • setMinLength

      public void setMinLength(int minLength)
    • getAlphabetical

      public int getAlphabetical()
    • setAlphabetical

      public void setAlphabetical(int alphabetical)
    • getUppercase

      public int getUppercase()
    • setUppercase

      public void setUppercase(int uppercase)
    • getLowercase

      public int getLowercase()
    • setLowercase

      public void setLowercase(int lowercase)
    • getDigit

      public int getDigit()
    • setDigit

      public void setDigit(int digit)
    • getSpecial

      public int getSpecial()
    • setSpecial

      public void setSpecial(int special)
    • getSpecialChars

      public List<Character> getSpecialChars()
    • getIllegalChars

      public List<Character> getIllegalChars()
    • getRepeatSame

      public int getRepeatSame()
    • setRepeatSame

      public void setRepeatSame(int repeatSame)
    • isUsernameAllowed

      public boolean isUsernameAllowed()
    • setUsernameAllowed

      public void setUsernameAllowed(boolean usernameAllowed)
    • getWordsNotPermitted

      public List<String> getWordsNotPermitted()
    • getSchemasNotPermitted

      public List<String> getSchemasNotPermitted()