@Configuration(proxyBeanMethods=false) @EnableWebSecurity public class SecurityConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SecurityConfiguration.ActuatorWebSecurityConfigurationAdapter |
static class |
SecurityConfiguration.ApiWebSecurityConfigurationAdapter |
static class |
SecurityConfiguration.FormLoginWebSecurityConfigurerAdapter |
| Modifier and Type | Field and Description |
|---|---|
protected RemoteIdmAuthenticationProvider |
authenticationProvider |
static String |
REST_ENDPOINTS_PREFIX |
| Constructor and Description |
|---|
SecurityConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureGlobal(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth) |
org.flowable.ui.common.filter.FlowableCookieFilterRegistrationBean |
flowableCookieFilterRegistrationBean(org.flowable.ui.common.service.idm.RemoteIdmService remoteIdmService,
org.flowable.ui.common.properties.FlowableCommonAppProperties properties) |
public static final String REST_ENDPOINTS_PREFIX
@Autowired protected RemoteIdmAuthenticationProvider authenticationProvider
@Bean
public org.flowable.ui.common.filter.FlowableCookieFilterRegistrationBean flowableCookieFilterRegistrationBean(org.flowable.ui.common.service.idm.RemoteIdmService remoteIdmService,
org.flowable.ui.common.properties.FlowableCommonAppProperties properties)
@Autowired public void configureGlobal(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth)
Copyright © 2020 Flowable. All rights reserved.