Class TenantGroupMembersResourceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
org.camunda.bpm.engine.rest.sub.identity.impl.AbstractIdentityResource
org.camunda.bpm.engine.rest.sub.identity.impl.TenantGroupMembersResourceImpl
- All Implemented Interfaces:
TenantGroupMembersResource
public class TenantGroupMembersResourceImpl
extends AbstractIdentityResource
implements TenantGroupMembersResource
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.sub.identity.impl.AbstractIdentityResource
identityService
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
resource, resourceId
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
objectMapper, relativeRootResourcePath
Fields inherited from interface org.camunda.bpm.engine.rest.sub.identity.TenantGroupMembersResource
PATH
-
Constructor Summary
ConstructorDescriptionTenantGroupMembersResourceImpl
(String processEngineName, String resourceId, String rootResourcePath, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionavailableOperations
(jakarta.ws.rs.core.UriInfo context) void
createMembership
(String groupId) void
deleteMembership
(String groupId) Methods inherited from class org.camunda.bpm.engine.rest.sub.identity.impl.AbstractIdentityResource
ensureNotReadOnly
Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
isAuthorized, isAuthorized, isAuthorized
Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
-
Constructor Details
-
TenantGroupMembersResourceImpl
-
-
Method Details
-
createMembership
- Specified by:
createMembership
in interfaceTenantGroupMembersResource
-
deleteMembership
- Specified by:
deleteMembership
in interfaceTenantGroupMembersResource
-
availableOperations
- Specified by:
availableOperations
in interfaceTenantGroupMembersResource
-