Uses of Class
org.securityfilter.filter.URLPattern

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

Uses of URLPattern in org.securityfilter.authenticator
 

Fields in org.securityfilter.authenticator declared as URLPattern
protected  URLPattern FormAuthenticator.loginPagePattern
           
protected  URLPattern FormAuthenticator.errorPagePattern
           
 

Uses of URLPattern in org.securityfilter.filter
 

Methods in org.securityfilter.filter that return URLPattern
protected  URLPattern SecurityFilter.matchPattern(String pattern, String httpMethod, URLPatternMatcher matcher)
          Find a match for the requested pattern & method, if any.
 URLPattern URLPatternFactory.createURLPattern(String pattern, SecurityConstraint constraint, WebResourceCollection resourceCollection, int order)
          Create a URLPattern instance.
 

Methods in org.securityfilter.filter with parameters of type URLPattern
 boolean URLPatternMatcher.match(String pattern, URLPattern urlPattern)
          Test to see if a string pattern matches a URLPattern.
 boolean URLPatternMatcher.match(String pattern, String httpMethod, URLPattern urlPattern)
          Test to see if a string pattern and HTTP method matches a URLPattern.