Uses of Class
org.pac4j.core.matching.matcher.PathMatcher
Packages that use PathMatcher
-
Uses of PathMatcher in org.pac4j.core.matching.matcher
Methods in org.pac4j.core.matching.matcher that return PathMatcherModifier and TypeMethodDescriptionPathMatcher.excludeBranch(String path) Convenience method for excluding all paths starting with a prefix e.g.PathMatcher.excludePath(String path) Any path exactly matching this string will be excluded.PathMatcher.excludePaths(String... paths) PathMatcher.excludeRegex(String regex) Any path matching this regex will be excluded.PathMatcher.includePath(String path) PathMatcher.includePaths(String... paths)