@ConfigurationProperties(prefix="flowable.admin.app") public class FlowableAdminAppProperties extends Object implements org.springframework.beans.factory.InitializingBean
| Modifier and Type | Class and Description |
|---|---|
static class |
FlowableAdminAppProperties.Encryption
Passwords for rest endpoints and master configs are stored encrypted in the database using AES/CBC/PKCS5PADDING
It needs a 128-bit initialization vector (http://en.wikipedia.org/wiki/Initialization_vector)
and a 128-bit secret key represented as 16 ascii characters below
|
static class |
FlowableAdminAppProperties.Security
The security configuration for the Admin Application.
|
| Constructor and Description |
|---|
FlowableAdminAppProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
String |
getDataSourcePrefix() |
FlowableAdminAppProperties.Security |
getSecurity() |
Map<EndpointType,ServerConfig> |
getServerConfig() |
void |
setDataSourcePrefix(String dataSourcePrefix) |
void |
setServerConfig(Map<EndpointType,ServerConfig> serverConfig) |
public String getDataSourcePrefix()
public void setDataSourcePrefix(String dataSourcePrefix)
public Map<EndpointType,ServerConfig> getServerConfig()
public void setServerConfig(Map<EndpointType,ServerConfig> serverConfig)
public FlowableAdminAppProperties.Security getSecurity()
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanCopyright © 2020 Flowable. All rights reserved.