| Package | Description |
|---|---|
| org.pac4j.core.matching |
| Modifier and Type | Class and Description |
|---|---|
class |
ExcludedPathMatcher
Deprecated.
use
PathMatcher instead. |
| Modifier and Type | Method and Description |
|---|---|
PathMatcher |
PathMatcher.excludeBranch(String path)
Convenience method for excluding all paths starting with a prefix e.g.
|
PathMatcher |
PathMatcher.excludePath(String path)
Any path exactly matching this string will be excluded.
|
PathMatcher |
PathMatcher.excludeRegex(String regex)
Any path matching this regex will be excluded.
|
Copyright © 2017. All rights reserved.