@Configuration(value="kieServerSecurity")
@EnableWebSecurity
public class IntegrationTestsWebSecurityConfig
extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
Constructor and Description |
---|
IntegrationTestsWebSecurityConfig() |
Modifier and Type | Method and Description |
---|---|
protected void |
configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) |
void |
configureGlobal(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth) |
org.springframework.security.web.firewall.HttpFirewall |
customStrictHttpFirewall()
Provide altered implementation of StrictHttpFirewall to be able to run som tests from ProcessDefinitionIntegrationTest
class which test that there can be a task name with a question mark (?).
|
authenticationManager, authenticationManagerBean, configure, configure, getApplicationContext, getHttp, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsService, userDetailsServiceBean
protected void configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception
configure
in class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
Exception
@Bean public org.springframework.security.web.firewall.HttpFirewall customStrictHttpFirewall()
WebSecurityConfigurerAdapter.configure(WebSecurity)
method.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.