Package | Description |
---|---|
org.securityfilter.authenticator | |
org.securityfilter.filter |
Modifier and Type | Method and Description |
---|---|
boolean |
FormAuthenticator.bypassSecurityForThisRequest(SecurityRequestWrapper request,
URLPatternMatcher patternMatcher)
The login and error pages should be viewable, even if they would otherwise be blocked by a security constraint.
|
boolean |
Authenticator.bypassSecurityForThisRequest(SecurityRequestWrapper request,
URLPatternMatcher patternMatcher)
Return true if security checks should be bypassed for this request.
|
boolean |
CookieAuthenticator.bypassSecurityForThisRequest(SecurityRequestWrapper request,
URLPatternMatcher patternMatcher)
Controls which pages must be visible without authorisation (login, error and logout)
|
boolean |
BasicAuthenticator.bypassSecurityForThisRequest(SecurityRequestWrapper request,
URLPatternMatcher patternMatcher)
Return true if security checks should be bypassed for this request.
|
protected boolean |
FormAuthenticator.matchesLogoutPattern(String requestURL,
URLPatternMatcher patternMatcher)
Returns true if the logout pattern is not null and the request URL string passed in matches it.
|
boolean |
FormDomainCookieTokenAuthenticator.processLogout(SecurityRequestWrapper request,
javax.servlet.http.HttpServletResponse response,
URLPatternMatcher patternMatcher) |
boolean |
FormAuthenticator.processLogout(SecurityRequestWrapper request,
javax.servlet.http.HttpServletResponse response,
URLPatternMatcher patternMatcher)
Return true if this is a logout request.
|
boolean |
Authenticator.processLogout(SecurityRequestWrapper request,
javax.servlet.http.HttpServletResponse response,
URLPatternMatcher patternMatcher)
Return true if this is a logout request.
|
boolean |
ExtendedFormAuthenticator.processLogout(SecurityRequestWrapper request,
javax.servlet.http.HttpServletResponse response,
URLPatternMatcher patternMatcher) |
boolean |
CookieAuthenticator.processLogout(SecurityRequestWrapper request,
javax.servlet.http.HttpServletResponse response,
URLPatternMatcher patternMatcher) |
boolean |
BasicAuthenticator.processLogout(SecurityRequestWrapper request,
javax.servlet.http.HttpServletResponse response,
URLPatternMatcher patternMatcher)
Return true if this is a logout request.
|
Modifier and Type | Method and Description |
---|---|
URLPatternMatcher |
URLPatternFactory.createURLPatternMatcher()
Create a URLPatternMatcher object that is compatible with the URLPattern
objects created by this Facotry class.
|
Modifier and Type | Method and Description |
---|---|
protected URLPattern |
SecurityFilter.matchPattern(String pattern,
String httpMethod,
URLPatternMatcher matcher)
Find a match for the requested pattern & method, if any.
|
Copyright © 2020 B3Partners B.V.. All rights reserved.