Class MissingAuthorization

java.lang.Object
org.camunda.bpm.engine.authorization.MissingAuthorization

public class MissingAuthorization extends Object
Wrapper containing the missing authorization information. It contains the name of the violated permission, the type of the resouce and the Id of the resource.
Author:
Filip Hrisafov
  • Field Details

    • resourceId

      protected String resourceId
  • Constructor Details

    • MissingAuthorization

      public MissingAuthorization(String permissionName, String resourceType, String resourceId)
  • Method Details

    • getViolatedPermissionName

      public String getViolatedPermissionName()
    • getResourceType

      public String getResourceType()
    • getResourceId

      public String getResourceId()
    • toString

      public String toString()
      Overrides:
      toString in class Object