Class DefaultPasswordRuleConf

    • Constructor Detail

      • DefaultPasswordRuleConf

        public DefaultPasswordRuleConf()
    • Method Detail

      • 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)
      • 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()