Package org.flowable.ui.idm.properties
Class FlowableIdmAppProperties
- java.lang.Object
-
- org.flowable.ui.idm.properties.FlowableIdmAppProperties
-
@ConfigurationProperties(prefix="flowable.idm.app") public class FlowableIdmAppProperties extends Object
Properties for the IDM UI App.- Author:
- Filip Hrisafov
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFlowableIdmAppProperties.Adminstatic classFlowableIdmAppProperties.CookieThe configuration for the security remember me cookie.static classFlowableIdmAppProperties.Keycloakstatic classFlowableIdmAppProperties.SecuritySecurity properties for the IDM UI App.
-
Constructor Summary
Constructors Constructor Description FlowableIdmAppProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowableIdmAppProperties.AdmingetAdmin()FlowableIdmAppProperties.KeycloakgetKeycloak()FlowableIdmAppProperties.SecuritygetSecurity()booleanisBootstrap()booleanisRestEnabled()voidsetBootstrap(boolean bootstrap)voidsetRestEnabled(boolean restEnabled)
-
-
-
Method Detail
-
isRestEnabled
public boolean isRestEnabled()
-
setRestEnabled
public void setRestEnabled(boolean restEnabled)
-
isBootstrap
public boolean isBootstrap()
-
setBootstrap
public void setBootstrap(boolean bootstrap)
-
getAdmin
public FlowableIdmAppProperties.Admin getAdmin()
-
getSecurity
public FlowableIdmAppProperties.Security getSecurity()
-
getKeycloak
public FlowableIdmAppProperties.Keycloak getKeycloak()
-
-