org.tynamo.security.services.impl
Class SecurityConfiguration

java.lang.Object
  extended by org.tynamo.security.services.impl.SecurityConfiguration
All Implemented Interfaces:
org.apache.tapestry5.services.HttpServletRequestFilter

public class SecurityConfiguration
extends Object
implements org.apache.tapestry5.services.HttpServletRequestFilter


Constructor Summary
SecurityConfiguration(org.apache.tapestry5.services.ApplicationGlobals applicationGlobals, org.apache.shiro.web.mgt.WebSecurityManager securityManager, LoginContextService loginContextService, Collection<SecurityFilterChain> chains)
           
 
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
 

Constructor Detail

SecurityConfiguration

public SecurityConfiguration(org.apache.tapestry5.services.ApplicationGlobals applicationGlobals,
                             org.apache.shiro.web.mgt.WebSecurityManager securityManager,
                             LoginContextService loginContextService,
                             Collection<SecurityFilterChain> chains)
Method Detail

service

public boolean service(javax.servlet.http.HttpServletRequest originalRequest,
                       javax.servlet.http.HttpServletResponse response,
                       org.apache.tapestry5.services.HttpServletRequestHandler handler)
                throws IOException
Specified by:
service in interface org.apache.tapestry5.services.HttpServletRequestFilter
Throws:
IOException


Copyright © 2004-2013. All Rights Reserved.