Class RestApiWebSecurityConfigurer

java.lang.Object
com.aquima.web.boot.RestApiWebSecurityConfigurer
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Configuration public class RestApiWebSecurityConfigurer extends Object implements org.springframework.context.ApplicationContextAware
  • Constructor Details

    • RestApiWebSecurityConfigurer

      public RestApiWebSecurityConfigurer()
  • Method Details

    • restApiWebSecurityFilterChain

      @Bean @Order(40) protected org.springframework.security.web.SecurityFilterChain restApiWebSecurityFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception
      Throws:
      Exception
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException