Class DefaultAccountRuleConf

    • Constructor Detail

      • DefaultAccountRuleConf

        public DefaultAccountRuleConf()
    • Method Detail

      • 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

        public String getPattern()
      • setPattern

        public void setPattern​(String pattern)
      • getWordsNotPermitted

        public List<String> getWordsNotPermitted()
      • getPrefixesNotPermitted

        public List<String> getPrefixesNotPermitted()
      • getSchemasNotPermitted

        public List<String> getSchemasNotPermitted()
      • getSuffixesNotPermitted

        public List<String> getSuffixesNotPermitted()