Class AuthorizationProperty
java.lang.Object
org.camunda.bpm.spring.boot.starter.property.AuthorizationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
void
setAuthorizationCheckRevokes
(String authorizationCheckRevokes) void
setEnabled
(boolean enabled) void
setEnabledForCustomCode
(boolean enabledForCustomCode) void
setTenantCheckEnabled
(boolean tenantCheckEnabled) toString()
-
Constructor Details
-
AuthorizationProperty
public AuthorizationProperty()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
isEnabledForCustomCode
public boolean isEnabledForCustomCode() -
setEnabledForCustomCode
public void setEnabledForCustomCode(boolean enabledForCustomCode) -
getAuthorizationCheckRevokes
-
setAuthorizationCheckRevokes
-
isTenantCheckEnabled
public boolean isTenantCheckEnabled() -
setTenantCheckEnabled
public void setTenantCheckEnabled(boolean tenantCheckEnabled) -
toString
-