@ConfigurationProperties(prefix="flowable.common.app") public class FlowableCommonAppProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FlowableCommonAppProperties.Admin |
static class |
FlowableCommonAppProperties.Cache
The cache configuration for the for login users and token.
|
| Constructor and Description |
|---|
FlowableCommonAppProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
determineIdmAppRedirectUrl() |
String |
determineIdmAppUrl() |
FlowableCommonAppProperties.Cache |
getCacheLoginTokens() |
FlowableCommonAppProperties.Cache |
getCacheLoginUsers() |
FlowableCommonAppProperties.Cache |
getCacheUsers() |
FlowableCommonAppProperties.Admin |
getIdmAdmin() |
String |
getIdmRedirectUrl() |
String |
getIdmUrl() |
String |
getRedirectOnAuthSuccess() |
String |
getRolePrefix() |
String |
getTenantId() |
void |
setIdmRedirectUrl(String idmRedirectUrl) |
void |
setIdmUrl(String idmUrl) |
void |
setRedirectOnAuthSuccess(String redirectOnAuthSuccess) |
void |
setRolePrefix(String rolePrefix) |
void |
setTenantId(String tenantId) |
public String getTenantId()
public void setTenantId(String tenantId)
public String getRolePrefix()
public void setRolePrefix(String rolePrefix)
public String getIdmUrl()
public void setIdmUrl(String idmUrl)
public String getIdmRedirectUrl()
public void setIdmRedirectUrl(String idmRedirectUrl)
public String getRedirectOnAuthSuccess()
public void setRedirectOnAuthSuccess(String redirectOnAuthSuccess)
public FlowableCommonAppProperties.Cache getCacheLoginTokens()
public FlowableCommonAppProperties.Cache getCacheLoginUsers()
public FlowableCommonAppProperties.Cache getCacheUsers()
public FlowableCommonAppProperties.Admin getIdmAdmin()
public String determineIdmAppUrl()
public String determineIdmAppRedirectUrl()
Copyright © 2018 Flowable. All rights reserved.