@ConfigurationProperties(prefix="flowable.rest.app") public class RestAppProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RestAppProperties.Admin |
static class |
RestAppProperties.Cors |
| Constructor and Description |
|---|
RestAppProperties() |
| Modifier and Type | Method and Description |
|---|---|
RestAppProperties.Admin |
getAdmin() |
String |
getAuthenticationMode() |
RestAppProperties.Cors |
getCors() |
String |
getRolePrefix() |
boolean |
isCreateDemoDefinitions() |
boolean |
isSwaggerDocsEnabled() |
void |
setAuthenticationMode(String authenticationMode) |
void |
setCreateDemoDefinitions(boolean createDemoDefinitions) |
void |
setRolePrefix(String rolePrefix) |
void |
setSwaggerDocsEnabled(boolean swaggerDocsEnabled) |
public String getAuthenticationMode()
public void setAuthenticationMode(String authenticationMode)
public boolean isCreateDemoDefinitions()
public void setCreateDemoDefinitions(boolean createDemoDefinitions)
public boolean isSwaggerDocsEnabled()
public void setSwaggerDocsEnabled(boolean swaggerDocsEnabled)
public RestAppProperties.Cors getCors()
public RestAppProperties.Admin getAdmin()
public String getRolePrefix()
public void setRolePrefix(String rolePrefix)
Copyright © 2023 Flowable. All rights reserved.