Uses of Record Class
io.camunda.security.reader.TenantAccess
Packages that use TenantAccess
-
Uses of TenantAccess in io.camunda.security.reader
Methods in io.camunda.security.reader that return TenantAccessModifier and TypeMethodDescriptionstatic TenantAccessCreates aTenantAccessallowing access the tenants passed withtenantIds.static TenantAccessCreates aTenantAccessdenying access to any tenant passed withtenantIds.<T> TenantAccessTenantAccessProvider.hasTenantAccess(CamundaAuthentication authentication, T resource) Returns aTenantAccessallowing or denying access to the given resource based on the tenant.TenantAccessProvider.hasTenantAccessByTenantId(CamundaAuthentication authentication, String tenantId) Returns aTenantAccessallowing or denying access to the given tenant id.TenantAccessProvider.resolveTenantAccess(CamundaAuthentication authentication) Resolves the givenauthenticationinto aTenantAccess.static TenantAccessCreates aTenantAccessallowing wildcard access to any tenant.