org.camunda.bpm.engine.authorization
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
resourceId
protected String resourceId
MissingAuthorization
public MissingAuthorization(String permissionName,
String resourceType,
String resourceId)
getViolatedPermissionName
public String getViolatedPermissionName()
getResourceType
public String getResourceType()
getResourceId
public String getResourceId()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2017 camunda services GmbH. All rights reserved.