org.tynamo.security.services.impl
Class SecurityConfiguration
java.lang.Object
org.tynamo.security.services.impl.SecurityConfiguration
- All Implemented Interfaces:
- org.apache.tapestry5.services.HttpServletRequestFilter
public class SecurityConfiguration
- extends java.lang.Object
- implements org.apache.tapestry5.services.HttpServletRequestFilter
|
Method Summary |
boolean |
service(javax.servlet.http.HttpServletRequest originalRequest,
javax.servlet.http.HttpServletResponse response,
org.apache.tapestry5.services.HttpServletRequestHandler handler)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityConfiguration
public SecurityConfiguration(org.apache.tapestry5.services.ApplicationGlobals applicationGlobals,
org.apache.shiro.web.mgt.WebSecurityManager securityManager,
LoginContextService loginContextService,
java.util.Collection<SecurityFilterChain> chains)
service
public boolean service(javax.servlet.http.HttpServletRequest originalRequest,
javax.servlet.http.HttpServletResponse response,
org.apache.tapestry5.services.HttpServletRequestHandler handler)
throws java.io.IOException
- Specified by:
service in interface org.apache.tapestry5.services.HttpServletRequestFilter
- Throws:
java.io.IOException
Copyright © 2004-2012. All Rights Reserved.