@Configuration
@EnableWebSecurity
public class SecurityConfiguration
extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
| Modifier and Type | Field and Description |
|---|---|
protected RestAppProperties |
restAppProperties |
| Constructor and Description |
|---|
SecurityConfiguration(RestAppProperties restAppProperties) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.authentication.AuthenticationProvider |
authenticationProvider() |
protected void |
configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) |
protected boolean |
isSwaggerDocsEnabled() |
protected boolean |
isVerifyRestApiPrivilege() |
authenticationManager, authenticationManagerBean, configure, configure, getApplicationContext, getHttp, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsService, userDetailsServiceBeanprotected final RestAppProperties restAppProperties
public SecurityConfiguration(RestAppProperties restAppProperties)
@Bean public org.springframework.security.authentication.AuthenticationProvider authenticationProvider()
protected void configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
throws Exception
configure in class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapterExceptionprotected boolean isVerifyRestApiPrivilege()
protected boolean isSwaggerDocsEnabled()
Copyright © 2023 Flowable. All rights reserved.