Class FiatAuthenticationFilter
- java.lang.Object
-
- javax.servlet.GenericFilter
-
- javax.servlet.http.HttpFilter
-
- com.netflix.spinnaker.fiat.shared.FiatAuthenticationFilter
-
- All Implemented Interfaces:
java.io.Serializable,javax.servlet.Filter,javax.servlet.FilterConfig
public class FiatAuthenticationFilter extends javax.servlet.http.HttpFilter- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FiatAuthenticationFilter(FiatStatus fiatStatus, org.springframework.security.web.authentication.AuthenticationConverter authenticationConverter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoFilter(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.FilterChain chain)-
Methods inherited from class javax.servlet.GenericFilter
getFilterConfig, getFilterName, getInitParameter, getInitParameterNames, getServletContext, init, init
-
-
-
-
Constructor Detail
-
FiatAuthenticationFilter
public FiatAuthenticationFilter(FiatStatus fiatStatus, org.springframework.security.web.authentication.AuthenticationConverter authenticationConverter)
-
-
Method Detail
-
doFilter
protected void doFilter(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.FilterChain chain) throws java.io.IOException, javax.servlet.ServletException- Overrides:
doFilterin classjavax.servlet.http.HttpFilter- Throws:
java.io.IOExceptionjavax.servlet.ServletException
-
-