Class ModifiedDefaultMatchingChecker

  • All Implemented Interfaces:
    org.pac4j.core.matching.checker.MatchingChecker

    public class ModifiedDefaultMatchingChecker
    extends Object
    implements org.pac4j.core.matching.checker.MatchingChecker
    Default way to check the matchers (with default matchers).
    • Constructor Detail

      • ModifiedDefaultMatchingChecker

        public ModifiedDefaultMatchingChecker()
    • Method Detail

      • matches

        public boolean matches​(org.pac4j.core.context.WebContext context,
                               String matchersValue,
                               Map<String,​org.pac4j.core.matching.matcher.Matcher> matchersMap)
        Specified by:
        matches in interface org.pac4j.core.matching.checker.MatchingChecker