Class PasswordCheckEntity

    • Constructor Detail

      • PasswordCheckEntity

        protected PasswordCheckEntity()
    • Method Detail

      • createFrom

        public static PasswordCheckEntity createFrom​(PasswordCheck passwordCheck)
        Creates a new password check entity
        Returns:
        the entity representing the password rule checking.
      • isCorrect

        public boolean isCorrect()
      • isRuleCombinationRespected

        public boolean isRuleCombinationRespected()
      • getRequiredRuleIdsInError

        public Collection<String> getRequiredRuleIdsInError()
      • getCombinedRuleIdsInError

        public Collection<String> getCombinedRuleIdsInError()