Package org.camunda.bpm.run.property
Class CamundaBpmRunAuthenticationProperties
- java.lang.Object
-
- org.camunda.bpm.run.property.CamundaBpmRunAuthenticationProperties
-
public class CamundaBpmRunAuthenticationProperties extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>
AUTH_METHODS
static String
DEFAULT_AUTH
static String
PREFIX
-
Constructor Summary
Constructors Constructor Description CamundaBpmRunAuthenticationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthentication()
boolean
isEnabled()
void
setAuthentication(String authentication)
void
setEnabled(boolean enabled)
String
toString()
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
DEFAULT_AUTH
public static final String DEFAULT_AUTH
- See Also:
- Constant Field Values
-
-