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() |
String |
getPath() |
org.apache.shiro.util.PatternMatcher |
getPatternMatcher()
Deprecated.
remove when the deprecated PatternMatcher
defaultPatternMatcher is removed or changed to RegExPatternMatcher |
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 String getPath()
@Deprecated public org.apache.shiro.util.PatternMatcher getPatternMatcher()
defaultPatternMatcher is removed or changed to RegExPatternMatcherpublic org.apache.tapestry5.services.HttpServletRequestHandler getHandler()
public boolean matches(String requestURI)
Copyright © 2004–2018. All rights reserved.