Class MissingAuthorization
java.lang.Object
org.camunda.bpm.engine.authorization.MissingAuthorization
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
-
Constructor Summary
ConstructorDescriptionMissingAuthorization
(String permissionName, String resourceType, String resourceId) -
Method Summary