Package org.camunda.spin.plugin.impl
Class SpinConfiguration
java.lang.Object
org.camunda.bpm.engine.impl.cfg.AbstractProcessEnginePlugin
org.camunda.spin.plugin.impl.SpinConfiguration
- All Implemented Interfaces:
ProcessEnginePlugin
- Direct Known Subclasses:
SpinProcessEnginePlugin
Java Bean holding Spin configuration properties.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setEnableSecureXmlProcessing
(boolean enableSecureXmlProcessing) void
setEnableXxeProcessing
(boolean enableXxeProcessing) Methods inherited from class org.camunda.bpm.engine.impl.cfg.AbstractProcessEnginePlugin
postInit, postProcessEngineBuild, preInit, toString
-
Field Details
-
XXE_PROPERTY
- See Also:
-
SP_PROPERTY
- See Also:
-
enableXxeProcessing
protected boolean enableXxeProcessing -
enableSecureXmlProcessing
protected boolean enableSecureXmlProcessing
-
-
Constructor Details
-
SpinConfiguration
public SpinConfiguration()
-
-
Method Details
-
isEnableXxeProcessing
public boolean isEnableXxeProcessing() -
setEnableXxeProcessing
public void setEnableXxeProcessing(boolean enableXxeProcessing) -
isEnableSecureXmlProcessing
public boolean isEnableSecureXmlProcessing() -
setEnableSecureXmlProcessing
public void setEnableSecureXmlProcessing(boolean enableSecureXmlProcessing)
-