Package uk.ac.warwick.sso.client
Class HandleFilter
- java.lang.Object
-
- uk.ac.warwick.sso.client.HandleFilter
-
- Direct Known Subclasses:
SSOClientFilter,TrustedApplicationFilter
public abstract class HandleFilter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HandleFilter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidfilterWithHandler(javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain filterChain)abstract uk.ac.warwick.sso.client.SSOConfigurationgetConfig()abstract uk.ac.warwick.sso.client.SSOHandlergetHandler()
-
-
-
Method Detail
-
getConfig
public abstract uk.ac.warwick.sso.client.SSOConfiguration getConfig()
-
getHandler
public abstract uk.ac.warwick.sso.client.SSOHandler getHandler()
-
filterWithHandler
public void filterWithHandler(javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain filterChain) throws java.io.IOException, javax.servlet.ServletException- Throws:
java.io.IOExceptionjavax.servlet.ServletException
-
-