Class AuthorizationImpl
java.lang.Object
io.camunda.client.impl.search.response.AuthorizationImpl
- All Implemented Interfaces:
Authorization
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorizationImpl(String authorizationKey, String ownerId, String resourceId, OwnerType ownerType, ResourceType resourceType, List<PermissionType> permissionTypes) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
AuthorizationImpl
public AuthorizationImpl(String authorizationKey, String ownerId, String resourceId, OwnerType ownerType, ResourceType resourceType, List<PermissionType> permissionTypes)
-
-
Method Details
-
getAuthorizationKey
- Specified by:
getAuthorizationKeyin interfaceAuthorization
-
getOwnerId
- Specified by:
getOwnerIdin interfaceAuthorization
-
getOwnerType
- Specified by:
getOwnerTypein interfaceAuthorization
-
getResourceType
- Specified by:
getResourceTypein interfaceAuthorization
-
getResourceId
- Specified by:
getResourceIdin interfaceAuthorization
-
getPermissionTypes
- Specified by:
getPermissionTypesin interfaceAuthorization
-