@Configuration(proxyBeanMethods=false)
@EnableGlobalMethodSecurity(prePostEnabled=true,
jsr250Enabled=true)
public class IdmSecurityConfiguration
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IdmSecurityConfiguration.IdmApiWebSecurityConfigurationAdapter |
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.idm.api.IdmIdentityService |
identityService |
protected FlowableIdmAppProperties |
idmAppProperties |
| Constructor and Description |
|---|
IdmSecurityConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
UserDetailsService |
userDetailsService() |
@Autowired protected org.flowable.idm.api.IdmIdentityService identityService
@Autowired protected FlowableIdmAppProperties idmAppProperties
@Bean public UserDetailsService userDetailsService()
Copyright © 2021 Flowable. All rights reserved.