Package org.camunda.bpm.run.property
Class CamundaBpmRunCorsProperty
- java.lang.Object
-
- org.camunda.bpm.run.property.CamundaBpmRunCorsProperty
-
public class CamundaBpmRunCorsProperty extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_HTTP_METHODSstatic StringDEFAULT_ORIGINSstatic StringPREFIX
-
Constructor Summary
Constructors Constructor Description CamundaBpmRunCorsProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAllowedOrigins()booleanisEnabled()voidsetAllowedOrigins(String allowedOrigins)voidsetEnabled(boolean enabled)StringtoString()
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
DEFAULT_ORIGINS
public static final String DEFAULT_ORIGINS
- See Also:
- Constant Field Values
-
DEFAULT_HTTP_METHODS
public static final String DEFAULT_HTTP_METHODS
- See Also:
- Constant Field Values
-
-