Class FlowableCommonAppProperties
- java.lang.Object
-
- org.flowable.ui.common.properties.FlowableCommonAppProperties
-
@ConfigurationProperties(prefix="flowable.common.app") public class FlowableCommonAppProperties extends Object
Common configuration properties that needs to be shared by all the UI apps.- Author:
- Filip Hrisafov
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFlowableCommonAppProperties.Adminstatic classFlowableCommonAppProperties.CacheThe cache configuration for the for login users and token.static classFlowableCommonAppProperties.CookieThe configuration for the security remember me cookie.static classFlowableCommonAppProperties.OAuth2Security properties for the OAuth2 configuration.static classFlowableCommonAppProperties.SecuritySecurity properties for the IDM UI App.
-
Constructor Summary
Constructors Constructor Description FlowableCommonAppProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdetermineIdmAppRedirectUrl()StringdetermineIdmAppUrl()FlowableCommonAppProperties.CachegetCacheLoginTokens()FlowableCommonAppProperties.CachegetCacheLoginUsers()FlowableCommonAppProperties.CachegetCacheUsers()FlowableCommonAppProperties.AdmingetIdmAdmin()StringgetIdmRedirectUrl()StringgetIdmUrl()StringgetRedirectOnAuthSuccess()StringgetRolePrefix()FlowableCommonAppProperties.SecuritygetSecurity()StringgetTenantId()voidsetIdmRedirectUrl(String idmRedirectUrl)voidsetIdmUrl(String idmUrl)voidsetRedirectOnAuthSuccess(String redirectOnAuthSuccess)voidsetRolePrefix(String rolePrefix)voidsetTenantId(String tenantId)
-
-
-
Method Detail
-
getTenantId
public String getTenantId()
-
setTenantId
public void setTenantId(String tenantId)
-
getRolePrefix
public String getRolePrefix()
-
setRolePrefix
public void setRolePrefix(String rolePrefix)
-
getIdmUrl
public String getIdmUrl()
-
setIdmUrl
public void setIdmUrl(String idmUrl)
-
getIdmRedirectUrl
public String getIdmRedirectUrl()
-
setIdmRedirectUrl
public void setIdmRedirectUrl(String idmRedirectUrl)
-
getRedirectOnAuthSuccess
public String getRedirectOnAuthSuccess()
-
setRedirectOnAuthSuccess
public void setRedirectOnAuthSuccess(String redirectOnAuthSuccess)
-
getCacheLoginTokens
public FlowableCommonAppProperties.Cache getCacheLoginTokens()
-
getCacheLoginUsers
public FlowableCommonAppProperties.Cache getCacheLoginUsers()
-
getCacheUsers
public FlowableCommonAppProperties.Cache getCacheUsers()
-
getIdmAdmin
public FlowableCommonAppProperties.Admin getIdmAdmin()
-
getSecurity
public FlowableCommonAppProperties.Security getSecurity()
-
determineIdmAppUrl
public String determineIdmAppUrl()
-
determineIdmAppRedirectUrl
public String determineIdmAppRedirectUrl()
-
-