@ConfigurationProperties(prefix="flowable.idm.app") public class FlowableIdmAppProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FlowableIdmAppProperties.Admin |
static class |
FlowableIdmAppProperties.Cookie
The configuration for the security remember me cookie.
|
static class |
FlowableIdmAppProperties.Keycloak |
static class |
FlowableIdmAppProperties.Security
Security properties for the IDM UI App.
|
| Constructor and Description |
|---|
FlowableIdmAppProperties() |
| Modifier and Type | Method and Description |
|---|---|
FlowableIdmAppProperties.Admin |
getAdmin() |
FlowableIdmAppProperties.Keycloak |
getKeycloak() |
FlowableIdmAppProperties.Security |
getSecurity() |
boolean |
isBootstrap() |
boolean |
isRestEnabled() |
void |
setBootstrap(boolean bootstrap) |
void |
setRestEnabled(boolean restEnabled) |
public boolean isRestEnabled()
public void setRestEnabled(boolean restEnabled)
public boolean isBootstrap()
public void setBootstrap(boolean bootstrap)
public FlowableIdmAppProperties.Admin getAdmin()
public FlowableIdmAppProperties.Security getSecurity()
public FlowableIdmAppProperties.Keycloak getKeycloak()
Copyright © 2021 Flowable. All rights reserved.