Class SecurityFilterChainConfigurer

java.lang.Object
org.frankframework.lifecycle.servlets.SecurityFilterChainConfigurer
All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer

@Order(-2147483648) public class SecurityFilterChainConfigurer extends Object implements org.springframework.web.WebApplicationInitializer
Add the SpringSecurity filter to enable authentication. Has a high precedence so it's loaded before the EnvironmentInitializer starts.
Author:
Niels Meijer
  • Constructor Details

    • SecurityFilterChainConfigurer

      public SecurityFilterChainConfigurer()
  • Method Details

    • onStartup

      public void onStartup(javax.servlet.ServletContext servletContext) throws javax.servlet.ServletException
      Specified by:
      onStartup in interface org.springframework.web.WebApplicationInitializer
      Throws:
      javax.servlet.ServletException