public class AuthorizationUtil extends Object implements Permission, Resource
| Modifier and Type | Field and Description |
|---|---|
protected String |
permissionName |
protected int |
permissionValue |
protected String |
resourceName |
protected int |
resourceType |
| Constructor and Description |
|---|
AuthorizationUtil(String resourceName,
int resourceType,
String permissionName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
int |
getValue() |
int |
hashCode() |
String |
resourceName() |
int |
resourceType() |
protected String resourceName
protected int resourceType
protected String permissionName
protected int permissionValue
public String resourceName()
resourceName in interface Resourcepublic int resourceType()
resourceType in interface Resourcepublic String getName()
getName in interface Permissionpublic int getValue()
getValue in interface PermissionCopyright © 2018 camunda services GmbH. All rights reserved.