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 StringgetAuthorizationCheckRevokes()booleanisEnabled()booleanisEnabledForCustomCode()booleanisTenantCheckEnabled()voidsetAuthorizationCheckRevokes(String authorizationCheckRevokes)voidsetEnabled(boolean enabled)voidsetEnabledForCustomCode(boolean enabledForCustomCode)voidsetTenantCheckEnabled(boolean tenantCheckEnabled)StringtoString()
-
-
-
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)
-
-