Uses of Class
org.securityfilter.filter.URLPatternMatcher

Packages that use URLPatternMatcher
org.securityfilter.authenticator   
org.securityfilter.filter   
 

Uses of URLPatternMatcher in org.securityfilter.authenticator
 

Methods in org.securityfilter.authenticator with parameters of type URLPatternMatcher
 boolean Authenticator.bypassSecurityForThisRequest(javax.servlet.http.HttpServletRequest request, URLPatternMatcher patternMatcher)
          Return true if security checks should be bypassed for this request.
 boolean BasicAuthenticator.bypassSecurityForThisRequest(javax.servlet.http.HttpServletRequest request, URLPatternMatcher patternMatcher)
          All requests should be subject to security checking for BASIC authentication.
 boolean FormAuthenticator.bypassSecurityForThisRequest(javax.servlet.http.HttpServletRequest request, URLPatternMatcher patternMatcher)
          The login and error pages should be viewable, even if they would otherwise be blocked by a security constraint.
 

Uses of URLPatternMatcher in org.securityfilter.filter
 

Methods in org.securityfilter.filter that return URLPatternMatcher
 URLPatternMatcher URLPatternFactory.createURLPatternMatcher()
          Create a URLPatternMatcher object that is compatible with the URLPattern objects created by this Facotry class.
 

Methods in org.securityfilter.filter with parameters of type URLPatternMatcher
protected  URLPattern SecurityFilter.matchPattern(String pattern, String httpMethod, URLPatternMatcher matcher)
          Find a match for the requested pattern & method, if any.