Class TenantUserMembersResourceImpl
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.TenantUserMembersResourceImpl
- All Implemented Interfaces:
TenantUserMembersResource
public class TenantUserMembersResourceImpl
extends AbstractIdentityResource
implements TenantUserMembersResource
-
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.TenantUserMembersResource
PATH
-
Constructor Summary
ConstructorDescriptionTenantUserMembersResourceImpl
(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 userId) void
deleteMembership
(String userId) 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
-
TenantUserMembersResourceImpl
-
-
Method Details
-
createMembership
- Specified by:
createMembership
in interfaceTenantUserMembersResource
-
deleteMembership
- Specified by:
deleteMembership
in interfaceTenantUserMembersResource
-
availableOperations
- Specified by:
availableOperations
in interfaceTenantUserMembersResource
-