| 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
To match requests by excluding path.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MatchingChecker.matches(WebContext context,
String matcherName,
Map<String,Matcher> matchersMap) |
boolean |
DefaultMatchingChecker.matches(WebContext context,
String matcherName,
Map<String,Matcher> matchersMap) |
Copyright © 2016. All Rights Reserved.