Class DefaultPermissionProvider
java.lang.Object
org.camunda.bpm.engine.impl.cfg.auth.DefaultPermissionProvider
- All Implemented Interfaces:
PermissionProvider
Default implementation of
PermissionProvider
- Author:
- Yana.Vasileva, Tobias Metzke
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetNameForResource
(int resourceType) Gets the name of the resource with the resource typegetPermissionForName
(String name, int resourceType) Gets the permission related to the name and resource typegetPermissionsForResource
(int resourceType) Gets all permissions possible for the resource type
-
Constructor Details
-
DefaultPermissionProvider
public DefaultPermissionProvider()
-
-
Method Details
-
getPermissionForName
Description copied from interface:PermissionProvider
Gets the permission related to the name and resource type- Specified by:
getPermissionForName
in interfacePermissionProvider
-
getPermissionsForResource
Description copied from interface:PermissionProvider
Gets all permissions possible for the resource type- Specified by:
getPermissionsForResource
in interfacePermissionProvider
-
getNameForResource
Description copied from interface:PermissionProvider
Gets the name of the resource with the resource type- Specified by:
getNameForResource
in interfacePermissionProvider
-