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
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetDigit()intintintintintintbooleanvoidsetAlphabetical(int alphabetical) voidsetDigit(int digit) voidsetLowercase(int lowercase) voidsetMaxLength(int maxLength) voidsetMinLength(int minLength) voidsetRepeatSame(int repeatSame) voidsetSpecial(int special) voidsetUppercase(int uppercase) voidsetUsernameAllowed(boolean usernameAllowed) Methods inherited from class org.apache.syncope.common.lib.policy.AbstractPasswordRuleConf
getName, setName
-
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
-
getIllegalChars
-
getRepeatSame
public int getRepeatSame() -
setRepeatSame
public void setRepeatSame(int repeatSame) -
isUsernameAllowed
public boolean isUsernameAllowed() -
setUsernameAllowed
public void setUsernameAllowed(boolean usernameAllowed) -
getWordsNotPermitted
-
getSchemasNotPermitted
-