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
ConstructorsConstructorDescriptionSecurityConfiguration(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 TypeMethodDescriptionbooleanservice(jakarta.servlet.http.HttpServletRequest originalRequest, jakarta.servlet.http.HttpServletResponse response, org.apache.tapestry5.http.services.HttpServletRequestHandler handler)
-
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:
servicein interfaceorg.apache.tapestry5.http.services.HttpServletRequestFilter- Throws:
IOException
-