Class ExtendedContainerBasedAuthenticationFilter

  • All Implemented Interfaces:
    jakarta.servlet.Filter

    
    public class ExtendedContainerBasedAuthenticationFilter
    extends ContainerBasedAuthenticationFilter
                        

    Uses provided instance of authentication provider instead of creation of it by reflection.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit init(FilterConfigĀ filterConfig)
      • Methods inherited from class org.camunda.bpm.webapp.impl.security.auth.ContainerBasedAuthenticationFilter

        destroy, doFilter
      • Methods inherited from class java.lang.Object

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

      • ExtendedContainerBasedAuthenticationFilter

        ExtendedContainerBasedAuthenticationFilter(AuthenticationProvider provider)
    • Method Detail

      • init

         Unit init(FilterConfigĀ filterConfig)