Package org.camunda.bpm.run.property
Class CamundaBpmRunProperties
java.lang.Object
org.camunda.bpm.run.property.CamundaBpmRunProperties
-
Field Summary
Modifier and TypeFieldDescriptionprotected CamundaBpmRunAuthenticationProperties
protected CamundaBpmRunCorsProperty
protected CamundaBpmRunDeploymentProperties
protected CamundaBpmRunLdapProperties
static final String
protected List<CamundaBpmRunProcessEnginePluginProperty>
protected CamundaBpmRunRestProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAuth()
getCors()
getLdap()
getRest()
void
void
void
void
setDeployment
(CamundaBpmRunDeploymentProperties deployment) void
void
setProcessEnginePlugins
(List<CamundaBpmRunProcessEnginePluginProperty> processEnginePlugins) void
toString()
-
Field Details
-
PREFIX
- See Also:
-
auth
-
cors
-
ldap
-
processEnginePlugins
@NestedConfigurationProperty protected List<CamundaBpmRunProcessEnginePluginProperty> processEnginePlugins -
rest
-
deployment
-
adminAuth
-
-
Constructor Details
-
CamundaBpmRunProperties
public CamundaBpmRunProperties()
-
-
Method Details
-
getAuth
-
setAuth
-
getCors
-
setCors
-
getLdap
-
setLdap
-
getAdminAuth
-
setAdminAuth
-
getProcessEnginePlugins
-
setProcessEnginePlugins
public void setProcessEnginePlugins(List<CamundaBpmRunProcessEnginePluginProperty> processEnginePlugins) -
getRest
-
setRest
-
getDeployment
-
setDeployment
-
toString
-