Class TenantResource
java.lang.Object
com.flowable.idm.rest.service.api.BaseIdmResource
com.flowable.idm.rest.service.api.tenant.TenantResource
@RestController public class TenantResource extends BaseIdmResource
- Author:
- Filip Hrisafov
-
Field Summary
Fields Modifier and Type Field Description protected PlatformIdentityService
identityService
Fields inherited from class com.flowable.idm.rest.service.api.BaseIdmResource
additionalAdminUsers, defaultListResponseSize, platformSecurityInterceptor
-
Constructor Summary
Constructors Constructor Description TenantResource(PlatformIdentityService identityService)
-
Method Summary
Modifier and Type Method Description protected TenantResponse
createTenantResponse(java.lang.String tenantId)
org.flowable.common.rest.api.DataResponse<TenantResponse>
getTenants()
Methods inherited from class com.flowable.idm.rest.service.api.BaseIdmResource
currentUserHasAdminRights, currentUserHasAuthority, currentUserHasIdmAccess, currentUserIsSuperAdmin, setPlatformSecurityInterceptor, validateTenantAdminRights, validateTenantAwareAdminRights
-
Field Details
-
Constructor Details
-
Method Details
-
getTenants
@GetMapping(value="/tenants", produces="application/json") public org.flowable.common.rest.api.DataResponse<TenantResponse> getTenants() -
createTenantResponse
-