org.camunda.bpm.engine.authorization
Class MissingAuthorization

java.lang.Object
  extended by 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
protected  String resourceId
           
 
Constructor Summary
MissingAuthorization(String permissionName, String resourceType, String resourceId)
           
 
Method Summary
 String getResourceId()
           
 String getResourceType()
           
 String getViolatedPermissionName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

resourceId

protected String resourceId
Constructor Detail

MissingAuthorization

public MissingAuthorization(String permissionName,
                            String resourceType,
                            String resourceId)
Method Detail

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.