| Package | Description |
|---|---|
| org.pac4j.core.config | |
| org.pac4j.core.matching |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Matcher> |
Config.matchers |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Matcher> |
Config.getMatchers() |
| Modifier and Type | Method and Description |
|---|---|
void |
Config.addMatcher(String name,
Matcher matcher) |
void |
Config.setMatcher(Matcher matcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
Config.setMatchers(Map<String,Matcher> matchers) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExcludedPathMatcher
Deprecated.
use
PathMatcher instead. |
class |
HeaderMatcher
Matching on a HTTP header.
|
class |
HttpMethodMatcher
Matching on HTTP methods.
|
class |
PathMatcher
Matches all request paths except whitelisted (excluded) paths.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MatchingChecker.matches(WebContext context,
String matcherNames,
Map<String,Matcher> matchersMap)
Check if the web context matches.
|
boolean |
DefaultMatchingChecker.matches(WebContext context,
String matcherNames,
Map<String,Matcher> matchersMap) |
Copyright © 2017. All Rights Reserved.