Class AuthorizationProperty

java.lang.Object
org.camunda.bpm.spring.boot.starter.property.AuthorizationProperty

public class AuthorizationProperty extends Object
  • 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

      public String getAuthorizationCheckRevokes()
    • setAuthorizationCheckRevokes

      public void setAuthorizationCheckRevokes(String authorizationCheckRevokes)
    • isTenantCheckEnabled

      public boolean isTenantCheckEnabled()
    • setTenantCheckEnabled

      public void setTenantCheckEnabled(boolean tenantCheckEnabled)
    • toString

      public String toString()
      Overrides:
      toString in class Object