Package io.camunda.zeebe.auth.api
Interface TenantAuthorizationChecker
- All Known Implementing Classes:
TenantAuthorizationCheckerImpl
public interface TenantAuthorizationChecker
-
Method Summary
Modifier and TypeMethodDescriptionisAuthorized(String tenantId) Verifies if data can be accessed for the tenant whose identifier was provided.isFullyAuthorized(List<String> tenantId) Verifies if data can be accessed for the list of tenants whose identifiers were provided.
-
Method Details
-
isAuthorized
Verifies if data can be accessed for the tenant whose identifier was provided.- Parameters:
tenantId- the tenant identifier to be checked- Returns:
true
-
isFullyAuthorized
Verifies if data can be accessed for the list of tenants whose identifiers were provided.- Parameters:
tenantId- the tenant identifier to be checked- Returns:
true
-