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
-
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
boolean
void
setAllLowerCase
(boolean allLowerCase) void
setAllUpperCase
(boolean allUpperCase) void
setMaxLength
(int maxLength) void
setMinLength
(int minLength) void
setPattern
(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
-