Uses of Record Class
io.camunda.security.reader.TenantCheck
Packages that use TenantCheck
-
Uses of TenantCheck in io.camunda.security.reader
Methods in io.camunda.security.reader that return TenantCheckModifier and TypeMethodDescriptionstatic TenantCheckTenantCheck.disabled()static TenantCheckResourceAccessChecks.tenantCheck()Returns the value of thetenantCheckrecord component.Methods in io.camunda.security.reader with parameters of type TenantCheckModifier and TypeMethodDescriptionstatic ResourceAccessChecksResourceAccessChecks.of(AuthorizationCheck authorizationCheck, TenantCheck tenantCheck) Constructors in io.camunda.security.reader with parameters of type TenantCheckModifierConstructorDescriptionResourceAccessChecks(AuthorizationCheck authorizationCheck, TenantCheck tenantCheck) Creates an instance of aResourceAccessChecksrecord class.