Package com.aquima.web.boot
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.security.web.SecurityFilterChain
restApiWebSecurityFilterChain
(org.springframework.security.config.annotation.web.builders.HttpSecurity http, com.blueriq.datasource.util.config.IDataSourceConfiguration dataSourceConfiguration) void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext)
-
Constructor Details
-
Method Details
-
restApiWebSecurityFilterChain
@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
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
-