Class HttpSecurityConfigurer

java.lang.Object
org.frankframework.lifecycle.servlets.HttpSecurityConfigurer
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.security.config.annotation.SecurityConfigurer<javax.servlet.Filter,org.springframework.security.config.annotation.web.builders.WebSecurity>, org.springframework.security.config.annotation.web.WebSecurityConfigurer<org.springframework.security.config.annotation.web.builders.WebSecurity>

@Order(2147483647) @Configuration @EnableWebSecurity @EnableMethodSecurity(jsr250Enabled=true, prePostEnabled=false) public class HttpSecurityConfigurer extends Object implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<org.springframework.security.config.annotation.web.builders.WebSecurity>, org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • HttpSecurityConfigurer

      public HttpSecurityConfigurer()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • init

      public void init(org.springframework.security.config.annotation.web.builders.WebSecurity webSecurity)
      Specified by:
      init in interface org.springframework.security.config.annotation.SecurityConfigurer<javax.servlet.Filter,org.springframework.security.config.annotation.web.builders.WebSecurity>
    • configure

      public void configure(org.springframework.security.config.annotation.web.builders.WebSecurity webSecurity) throws Exception
      Specified by:
      configure in interface org.springframework.security.config.annotation.SecurityConfigurer<javax.servlet.Filter,org.springframework.security.config.annotation.web.builders.WebSecurity>
      Throws:
      Exception
    • setServletManager

      public void setServletManager(ServletManager servletManager)
    • setBeanFactory

      public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
    • setServletContext

      public void setServletContext(javax.servlet.ServletContext servletContext)