Class AuthorizationProperty
- java.lang.Object
-
- org.camunda.bpm.spring.boot.starter.property.AuthorizationProperty
-
public class AuthorizationProperty extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthorizationProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthorizationCheckRevokes()
boolean
isEnabled()
boolean
isEnabledForCustomCode()
boolean
isTenantCheckEnabled()
void
setAuthorizationCheckRevokes(String authorizationCheckRevokes)
void
setEnabled(boolean enabled)
void
setEnabledForCustomCode(boolean enabledForCustomCode)
void
setTenantCheckEnabled(boolean tenantCheckEnabled)
String
toString()
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
isEnabledForCustomCode
public boolean isEnabledForCustomCode()
-
setEnabledForCustomCode
public void setEnabledForCustomCode(boolean enabledForCustomCode)
-
getAuthorizationCheckRevokes
public String getAuthorizationCheckRevokes()
-
setAuthorizationCheckRevokes
public void setAuthorizationCheckRevokes(String authorizationCheckRevokes)
-
isTenantCheckEnabled
public boolean isTenantCheckEnabled()
-
setTenantCheckEnabled
public void setTenantCheckEnabled(boolean tenantCheckEnabled)
-
-