Class SchedulerSecurityConfig
java.lang.Object
com.almis.awe.config.ServiceConfig
com.almis.awe.scheduler.autoconfigure.SchedulerSecurityConfig
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
REST security configuration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.web.SecurityFilterChain
schedulerFilterChain
(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity) Awe Scheduler http security filter chainMethods inherited from class com.almis.awe.config.ServiceConfig
containsBean, getApplicationContext, getBean, getBean, getElements, getLocale, getLocale, getProperty, getProperty, getRequest, getSession, setApplicationContext
-
Constructor Details
-
SchedulerSecurityConfig
public SchedulerSecurityConfig()
-
-
Method Details
-
schedulerFilterChain
@Bean(name="aweSchedulerSecurityFilterChain") @Order(98) public org.springframework.security.web.SecurityFilterChain schedulerFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity) throws Exception Awe Scheduler http security filter chain- Parameters:
httpSecurity
- Http security- Returns:
- security filter chain
- Throws:
Exception
- exception
-