Uses of Interface
org.pac4j.core.matching.matcher.Matcher
Packages that use Matcher
Package
Description
-
Uses of Matcher in org.pac4j.core.config
Fields in org.pac4j.core.config with type parameters of type MatcherMethods in org.pac4j.core.config that return types with arguments of type MatcherMethods in org.pac4j.core.config with parameters of type MatcherModifier and TypeMethodDescriptionvoidConfig.addMatcher(String name, Matcher matcher) voidConfig.setMatcher(Matcher matcher) Method parameters in org.pac4j.core.config with type arguments of type Matcher -
Uses of Matcher in org.pac4j.core.matching.checker
Fields in org.pac4j.core.matching.checker declared as MatcherModifier and TypeFieldDescriptionprotected static final MatcherDefaultMatchingChecker.DELETE_MATCHERprotected static final MatcherDefaultMatchingChecker.GET_MATCHERprotected static final MatcherDefaultMatchingChecker.POST_MATCHERprotected static final MatcherDefaultMatchingChecker.PUT_MATCHERMethods in org.pac4j.core.matching.checker that return types with arguments of type MatcherModifier and TypeMethodDescriptionDefaultMatchingChecker.computeMatchers(WebContext context, SessionStore sessionStore, String matchersValue, Map<String, Matcher> matchersMap, List<Client> clients) DefaultMatchingChecker.computeMatchersFromNames(String matchersValue, Map<String, Matcher> matchersMap) DefaultMatchingChecker.retrieveMatchers(String matcherName, Map<String, Matcher> matchersMap) Method parameters in org.pac4j.core.matching.checker with type arguments of type MatcherModifier and TypeMethodDescriptionprotected StringDefaultMatchingChecker.computeDefaultMatcherNames(WebContext context, SessionStore sessionStore, List<Client> clients, Map<String, Matcher> matchersMap) DefaultMatchingChecker.computeMatchers(WebContext context, SessionStore sessionStore, String matchersValue, Map<String, Matcher> matchersMap, List<Client> clients) DefaultMatchingChecker.computeMatchersFromNames(String matchersValue, Map<String, Matcher> matchersMap) booleanDefaultMatchingChecker.matches(WebContext context, SessionStore sessionStore, String matchersValue, Map<String, Matcher> matchersMap, List<Client> clients) protected booleanDefaultMatchingChecker.matches(WebContext context, SessionStore sessionStore, List<Matcher> matchers) booleanMatchingChecker.matches(WebContext context, SessionStore sessionStore, String matcherNames, Map<String, Matcher> matchersMap, List<Client> clients) Check if the web context matches.DefaultMatchingChecker.retrieveMatchers(String matcherName, Map<String, Matcher> matchersMap) -
Uses of Matcher in org.pac4j.core.matching.matcher
Classes in org.pac4j.core.matching.matcher that implement MatcherModifier and TypeClassDescriptionclassCache control header matcher.classDefine how the CORS requests are authorized.classMatching on a HTTP header.classMatching on HTTP methods.classMatches all request paths except whitelisted (excluded) paths.classStrict transport security header matcher.classXContent type options header matcher.classXFrame options header matcher.classXSS protection header matcher. -
Uses of Matcher in org.pac4j.core.matching.matcher.csrf
Classes in org.pac4j.core.matching.matcher.csrf that implement MatcherModifier and TypeClassDescriptionclassMatcher which creates a new CSRF token and adds it as a request attribute and as a cookie (AngularJS).