org.tynamo.security.services.impl
Class SecurityFilterChain
java.lang.Object
org.tynamo.security.services.impl.SecurityFilterChain
public class SecurityFilterChain
- extends Object
|
Method Summary |
org.apache.tapestry5.services.HttpServletRequestHandler |
getHandler()
|
boolean |
matches(String requestURI)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityFilterChain
public SecurityFilterChain(String path,
org.apache.tapestry5.services.HttpServletRequestHandler handler,
org.apache.shiro.util.PatternMatcher patternMatcher)
SecurityFilterChain
@Deprecated
public SecurityFilterChain(String path,
org.apache.tapestry5.services.HttpServletRequestHandler handler)
- Deprecated. in 0.4.5 Use
SecurityFilterChain(String, org.apache.tapestry5.services.HttpServletRequestHandler, org.apache.shiro.util.PatternMatcher) instead
getHandler
public org.apache.tapestry5.services.HttpServletRequestHandler getHandler()
matches
public boolean matches(String requestURI)
Copyright © 2004-2013. All Rights Reserved.