Class SecurityConfiguration

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

public class SecurityConfiguration extends Object implements org.apache.tapestry5.http.services.HttpServletRequestFilter
  • Constructor Summary

    Constructors
    Constructor
    Description
    SecurityConfiguration(org.apache.tapestry5.http.services.ApplicationGlobals applicationGlobals, org.apache.tapestry5.http.services.RequestGlobals requestGlobals, org.apache.shiro.web.mgt.WebSecurityManager securityManager, LoginContextService loginContextService, List<SecurityFilterChain> chains, SecurityFilterChainHub securityFilterChainHub)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    service(jakarta.servlet.http.HttpServletRequest originalRequest, jakarta.servlet.http.HttpServletResponse response, org.apache.tapestry5.http.services.HttpServletRequestHandler handler)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SecurityConfiguration

      public SecurityConfiguration(org.apache.tapestry5.http.services.ApplicationGlobals applicationGlobals, org.apache.tapestry5.http.services.RequestGlobals requestGlobals, org.apache.shiro.web.mgt.WebSecurityManager securityManager, LoginContextService loginContextService, List<SecurityFilterChain> chains, SecurityFilterChainHub securityFilterChainHub)
  • Method Details

    • service

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