Class InsecureTwoFactorAuthenticationFilter

java.lang.Object
org.springframework.web.filter.GenericFilterBean
org.apache.fineract.infrastructure.security.filter.TwoFactorAuthenticationFilter
org.apache.fineract.infrastructure.security.filter.InsecureTwoFactorAuthenticationFilter
All Implemented Interfaces:
jakarta.servlet.Filter, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, org.springframework.web.context.ServletContextAware

public class InsecureTwoFactorAuthenticationFilter extends TwoFactorAuthenticationFilter
A dummy TwoFactorAuthenticationFilter filter used when 'twofactor' environment profile is not active. This filter adds 'TWOFACTOR_AUTHENTICATED' authority to every authenticated platform user.
  • Field Summary

    Fields inherited from class org.springframework.web.filter.GenericFilterBean

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doFilter(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse res, jakarta.servlet.FilterChain chain)
     

    Methods inherited from class org.springframework.web.filter.GenericFilterBean

    addRequiredProperty, afterPropertiesSet, createEnvironment, destroy, getEnvironment, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContext

    Methods inherited from class java.lang.Object

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

    • InsecureTwoFactorAuthenticationFilter

      public InsecureTwoFactorAuthenticationFilter()
  • Method Details

    • doFilter

      public void doFilter(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse res, jakarta.servlet.FilterChain chain) throws IOException, jakarta.servlet.ServletException
      Specified by:
      doFilter in interface jakarta.servlet.Filter
      Overrides:
      doFilter in class TwoFactorAuthenticationFilter
      Throws:
      IOException
      jakarta.servlet.ServletException