public class SecurityFilterChain extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SecurityFilterChain.Builder |
| Constructor and Description |
|---|
SecurityFilterChain(String path,
org.apache.tapestry5.services.HttpServletRequestHandler handler)
Deprecated.
|
SecurityFilterChain(String path,
org.apache.tapestry5.services.HttpServletRequestHandler handler,
org.apache.shiro.util.PatternMatcher patternMatcher) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.tapestry5.services.HttpServletRequestHandler |
getHandler() |
boolean |
matches(String requestURI) |
public SecurityFilterChain(String path, org.apache.tapestry5.services.HttpServletRequestHandler handler, org.apache.shiro.util.PatternMatcher patternMatcher)
@Deprecated public SecurityFilterChain(String path, org.apache.tapestry5.services.HttpServletRequestHandler handler)
SecurityFilterChain(String, org.apache.tapestry5.services.HttpServletRequestHandler, org.apache.shiro.util.PatternMatcher) insteadpublic org.apache.tapestry5.services.HttpServletRequestHandler getHandler()
public boolean matches(String requestURI)
Copyright © 2004–2016. All rights reserved.