public class DefaultPasswordRuleConf extends AbstractPasswordRuleConf
Constructor and Description |
---|
DefaultPasswordRuleConf() |
getName, setName
public boolean isDigitRequired()
public void setDigitRequired(boolean digitRequired)
public boolean isLowercaseRequired()
public void setLowercaseRequired(boolean lowercaseRequired)
public int getMaxLength()
public void setMaxLength(int maxLength)
public int getMinLength()
public void setMinLength(int minLength)
public boolean isMustEndWithDigit()
public void setMustEndWithDigit(boolean mustEndWithDigit)
public boolean isMustEndWithNonAlpha()
public void setMustEndWithNonAlpha(boolean mustEndWithNonAlpha)
public boolean isMustStartWithDigit()
public void setMustStartWithDigit(boolean mustStartWithDigit)
public boolean isMustStartWithNonAlpha()
public void setMustStartWithNonAlpha(boolean mustStartWithNonAlpha)
public boolean isMustntEndWithDigit()
public void setMustntEndWithDigit(boolean mustntEndWithDigit)
public boolean isMustntEndWithNonAlpha()
public void setMustntEndWithNonAlpha(boolean mustntEndWithNonAlpha)
public boolean isMustntStartWithDigit()
public void setMustntStartWithDigit(boolean mustntStartWithDigit)
public boolean isMustntStartWithNonAlpha()
public void setMustntStartWithNonAlpha(boolean mustntStartWithNonAlpha)
public boolean isNonAlphanumericRequired()
public void setNonAlphanumericRequired(boolean nonAlphanumericRequired)
public boolean isUppercaseRequired()
public void setUppercaseRequired(boolean uppercaseRequired)
public boolean isAlphanumericRequired()
public void setAlphanumericRequired(boolean alphanumericRequired)
public boolean isMustEndWithAlpha()
public void setMustEndWithAlpha(boolean mustEndWithAlpha)
public boolean isMustStartWithAlpha()
public void setMustStartWithAlpha(boolean mustStartWithAlpha)
public boolean isMustntEndWithAlpha()
public void setMustntEndWithAlpha(boolean mustntEndWithAlpha)
public boolean isMustntStartWithAlpha()
public void setMustntStartWithAlpha(boolean mustntStartWithAlpha)
public boolean isUsernameAllowed()
public void setUsernameAllowed(boolean usernameAllowed)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.