Uses of Class
africa.absa.inception.security.TenantNotFoundException
-
Uses of TenantNotFoundException in africa.absa.inception.security
Methods in africa.absa.inception.security that throw TenantNotFoundExceptionModifier and TypeMethodDescriptionvoidISecurityService.addUserDirectoryToTenant(UUID tenantId, UUID userDirectoryId) Add the user directory to the tenant.voidSecurityService.addUserDirectoryToTenant(UUID tenantId, UUID userDirectoryId) voidISecurityService.deleteTenant(UUID tenantId) Delete the tenant.voidSecurityService.deleteTenant(UUID tenantId) Retrieve the tenant.ISecurityService.getTenantName(UUID tenantId) Retrieve the name of the tenant.SecurityService.getTenantName(UUID tenantId) ISecurityService.getUserDirectoriesForTenant(UUID tenantId) Retrieve the user directories the tenant is associated with.SecurityService.getUserDirectoriesForTenant(UUID tenantId) ISecurityService.getUserDirectoryIdsForTenant(UUID tenantId) Retrieve the IDs for the user directories the tenant is associated with.SecurityService.getUserDirectoryIdsForTenant(UUID tenantId) ISecurityService.getUserDirectorySummariesForTenant(UUID tenantId) Retrieve the summaries for the user directories the tenant is associated with.SecurityService.getUserDirectorySummariesForTenant(UUID tenantId) voidISecurityService.removeUserDirectoryFromTenant(UUID tenantId, UUID userDirectoryId) Remove the user directory from the tenant.voidSecurityService.removeUserDirectoryFromTenant(UUID tenantId, UUID userDirectoryId) voidISecurityService.updateTenant(Tenant tenant) Update the tenant.voidSecurityService.updateTenant(Tenant tenant)