| Package | Description |
|---|---|
| org.securityfilter.authenticator | |
| org.securityfilter.filter |
| Modifier and Type | Field and Description |
|---|---|
protected URLPattern |
FormAuthenticator.errorPagePattern |
protected URLPattern |
CookieAuthenticator.errorPagePattern |
protected URLPattern |
FormAuthenticator.loginPagePattern |
protected URLPattern |
CookieAuthenticator.loginPagePattern |
protected URLPattern |
FormAuthenticator.logoutPagePattern |
protected URLPattern |
CookieAuthenticator.logoutPagePattern |
| Modifier and Type | Method and Description |
|---|---|
URLPattern |
URLPatternFactory.createURLPattern(String pattern,
SecurityConstraint constraint,
WebResourceCollection resourceCollection,
int order)
Create a URLPattern instance.
|
protected URLPattern |
SecurityFilter.matchPattern(String pattern,
String httpMethod,
URLPatternMatcher matcher)
Find a match for the requested pattern & method, if any.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
URLPatternMatcher.match(String pattern,
String httpMethod,
URLPattern urlPattern)
Test to see if a string pattern and HTTP method matches a URLPattern.
|
boolean |
URLPatternMatcher.match(String pattern,
URLPattern urlPattern)
Test to see if a string pattern matches a URLPattern.
|
Copyright © 2020 B3Partners B.V.. All rights reserved.