Class DefaultAccountRuleConf
java.lang.Object
org.apache.syncope.common.lib.policy.AbstractAccountRuleConf
org.apache.syncope.common.lib.policy.DefaultAccountRuleConf
- All Implemented Interfaces:
Serializable,BaseBean,AccountRuleConf,RuleConf
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintbooleanbooleanvoidsetAllLowerCase(boolean allLowerCase) voidsetAllUpperCase(boolean allUpperCase) voidsetMaxLength(int maxLength) voidsetMinLength(int minLength) voidsetPattern(String pattern) Methods inherited from class org.apache.syncope.common.lib.policy.AbstractAccountRuleConf
getName, setName
-
Constructor Details
-
DefaultAccountRuleConf
public DefaultAccountRuleConf()
-
-
Method Details
-
isAllLowerCase
public boolean isAllLowerCase() -
setAllLowerCase
public void setAllLowerCase(boolean allLowerCase) -
isAllUpperCase
public boolean isAllUpperCase() -
setAllUpperCase
public void setAllUpperCase(boolean allUpperCase) -
getMaxLength
public int getMaxLength() -
setMaxLength
public void setMaxLength(int maxLength) -
getMinLength
public int getMinLength() -
setMinLength
public void setMinLength(int minLength) -
getPattern
-
setPattern
-
getWordsNotPermitted
-
getPrefixesNotPermitted
-
getSchemasNotPermitted
-
getSuffixesNotPermitted
-