Class AuthorizationProperty
- java.lang.Object
-
- org.camunda.bpm.spring.boot.starter.property.AuthorizationProperty
-
public class AuthorizationProperty extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AuthorizationProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAuthorizationCheckRevokes()booleanisEnabled()booleanisEnabledForCustomCode()booleanisTenantCheckEnabled()voidsetAuthorizationCheckRevokes(java.lang.String authorizationCheckRevokes)voidsetEnabled(boolean enabled)voidsetEnabledForCustomCode(boolean enabledForCustomCode)voidsetTenantCheckEnabled(boolean tenantCheckEnabled)java.lang.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 java.lang.String getAuthorizationCheckRevokes()
-
setAuthorizationCheckRevokes
public void setAuthorizationCheckRevokes(java.lang.String authorizationCheckRevokes)
-
isTenantCheckEnabled
public boolean isTenantCheckEnabled()
-
setTenantCheckEnabled
public void setTenantCheckEnabled(boolean tenantCheckEnabled)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-