Class SecurityFilterChain
java.lang.Object
org.tynamo.security.services.impl.SecurityFilterChain
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSecurityFilterChain(String path, org.apache.tapestry5.http.services.HttpServletRequestHandler handler) Deprecated.SecurityFilterChain(String path, org.apache.tapestry5.http.services.HttpServletRequestHandler handler, org.apache.shiro.util.PatternMatcher patternMatcher) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.tapestry5.http.services.HttpServletRequestHandlergetPath()org.apache.shiro.util.PatternMatcherDeprecated.remove when the deprecated PatternMatcherdefaultPatternMatcheris removed or changed toRegExPatternMatcherboolean
-
Constructor Details
-
SecurityFilterChain
public SecurityFilterChain(String path, org.apache.tapestry5.http.services.HttpServletRequestHandler handler, org.apache.shiro.util.PatternMatcher patternMatcher) -
SecurityFilterChain
@Deprecated public SecurityFilterChain(String path, org.apache.tapestry5.http.services.HttpServletRequestHandler handler) Deprecated.
-
-
Method Details
-
getPath
-
getPatternMatcher
Deprecated.remove when the deprecated PatternMatcherdefaultPatternMatcheris removed or changed toRegExPatternMatcher -
getHandler
public org.apache.tapestry5.http.services.HttpServletRequestHandler getHandler() -
matches
-
SecurityFilterChain(String, org.apache.tapestry5.http.services.HttpServletRequestHandler, org.apache.shiro.util.PatternMatcher)instead