Class MissingAuthorization
- java.lang.Object
-
- org.camunda.bpm.engine.authorization.MissingAuthorization
-
public class MissingAuthorization extends java.lang.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 java.lang.String
resourceId
-
Constructor Summary
Constructors Constructor Description MissingAuthorization(java.lang.String permissionName, java.lang.String resourceType, java.lang.String resourceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getResourceId()
java.lang.String
getResourceType()
java.lang.String
getViolatedPermissionName()
java.lang.String
toString()
-