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
public class SpinConfiguration extends AbstractProcessEnginePlugin
Java Bean holding Spin configuration properties.
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
enableSecureXmlProcessing
protected boolean
enableXxeProcessing
protected static String
SP_PROPERTY
protected static String
XXE_PROPERTY
-
Constructor Summary
Constructors Constructor Description SpinConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEnableSecureXmlProcessing()
boolean
isEnableXxeProcessing()
void
setEnableSecureXmlProcessing(boolean enableSecureXmlProcessing)
void
setEnableXxeProcessing(boolean enableXxeProcessing)
-
Methods inherited from class org.camunda.bpm.engine.impl.cfg.AbstractProcessEnginePlugin
postInit, postProcessEngineBuild, preInit, toString
-
-
-
-
Field Detail
-
XXE_PROPERTY
protected static final String XXE_PROPERTY
- See Also:
- Constant Field Values
-
SP_PROPERTY
protected static final String SP_PROPERTY
- See Also:
- Constant Field Values
-
enableXxeProcessing
protected boolean enableXxeProcessing
-
enableSecureXmlProcessing
protected boolean enableSecureXmlProcessing
-
-
Method Detail
-
isEnableXxeProcessing
public boolean isEnableXxeProcessing()
-
setEnableXxeProcessing
public void setEnableXxeProcessing(boolean enableXxeProcessing)
-
isEnableSecureXmlProcessing
public boolean isEnableSecureXmlProcessing()
-
setEnableSecureXmlProcessing
public void setEnableSecureXmlProcessing(boolean enableSecureXmlProcessing)
-
-