Class TenantResourceImpl
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.TenantResourceImpl
- All Implemented Interfaces:
TenantResource
-
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
-
Constructor Summary
ConstructorDescriptionTenantResourceImpl
(String processEngineName, String tenantId, String rootResourcePath, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionavailableOperations
(jakarta.ws.rs.core.UriInfo context) void
protected Tenant
getTenant
(jakarta.ws.rs.core.UriInfo context) void
updateTenant
(TenantDto tenantDto) 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
-
TenantResourceImpl
-
-
Method Details
-
getTenant
- Specified by:
getTenant
in interfaceTenantResource
-
updateTenant
- Specified by:
updateTenant
in interfaceTenantResource
-
deleteTenant
public void deleteTenant()- Specified by:
deleteTenant
in interfaceTenantResource
-
availableOperations
- Specified by:
availableOperations
in interfaceTenantResource
-
getTenantUserMembersResource
- Specified by:
getTenantUserMembersResource
in interfaceTenantResource
-
getTenantGroupMembersResource
- Specified by:
getTenantGroupMembersResource
in interfaceTenantResource
-
findTenantObject
-