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 String
DEFAULT_HTTP_METHODS
static String
DEFAULT_ORIGINS
static String
PREFIX
-
Constructor Summary
Constructors Constructor Description CamundaBpmRunCorsProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAllowedOrigins()
boolean
isEnabled()
void
setAllowedOrigins(String allowedOrigins)
void
setEnabled(boolean enabled)
String
toString()
-
-
-
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
-
-