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 Link icon

    • RestApiWebSecurityConfigurer Link icon

      public RestApiWebSecurityConfigurer()
  • Method Details Link icon

    • restApiWebSecurityFilterChain Link icon

      @Bean @Order(40) protected org.springframework.security.web.SecurityFilterChain restApiWebSecurityFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http, com.blueriq.datasource.util.config.IDataSourceConfiguration dataSourceConfiguration) throws Exception
      Throws:
      Exception
    • setApplicationContext Link icon

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