Class FiatAuthenticationFilter

java.lang.Object
javax.servlet.GenericFilter
javax.servlet.http.HttpFilter
com.netflix.spinnaker.fiat.shared.FiatAuthenticationFilter
All Implemented Interfaces:
Serializable, javax.servlet.Filter, javax.servlet.FilterConfig

public class FiatAuthenticationFilter extends javax.servlet.http.HttpFilter
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    FiatAuthenticationFilter(FiatStatus fiatStatus, org.springframework.security.web.authentication.AuthenticationConverter authenticationConverter)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doFilter(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.FilterChain chain)
     

    Methods inherited from class javax.servlet.http.HttpFilter

    doFilter

    Methods inherited from class javax.servlet.GenericFilter

    getFilterConfig, getFilterName, getInitParameter, getInitParameterNames, getServletContext, init, init

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface javax.servlet.Filter

    destroy
  • Constructor Details

    • FiatAuthenticationFilter

      public FiatAuthenticationFilter(FiatStatus fiatStatus, org.springframework.security.web.authentication.AuthenticationConverter authenticationConverter)
  • Method Details

    • doFilter

      protected void doFilter(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.FilterChain chain) throws IOException, javax.servlet.ServletException
      Overrides:
      doFilter in class javax.servlet.http.HttpFilter
      Throws:
      IOException
      javax.servlet.ServletException