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 Summary
Fields Modifier and Type Field Description protected String
resourceId
-
Constructor Summary
Constructors Constructor Description MissingAuthorization(String permissionName, String resourceType, String resourceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getResourceId()
String
getResourceType()
String
getViolatedPermissionName()
String
toString()
-
-
-
Field Detail
-
resourceId
protected String resourceId
-
-