Uses of Class
africa.absa.inception.security.Tenant
-
Uses of Tenant in africa.absa.inception.security
Methods in africa.absa.inception.security that return TenantModifier and TypeMethodDescriptionRetrieve the tenant.Methods in africa.absa.inception.security that return types with arguments of type TenantModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Tenant>TenantRepository.findAll(org.springframework.data.domain.Pageable pageable) Retrieve the tenants.TenantRepository.findAllByUserDirectoryId(UUID userDirectoryId) Retrieve the tenants for the user directory.org.springframework.data.domain.Page<Tenant>TenantRepository.findFiltered(String filter, org.springframework.data.domain.Pageable pageable) Retrieve the filtered tenants.ISecurityService.getTenants()Retrieve the tenants.SecurityService.getTenants()Tenants.getTenants()Returns the tenants.UserDirectory.getTenants()Returns the tenants the user directory is associated with.ISecurityService.getTenantsForUserDirectory(UUID userDirectoryId) Retrieve the tenants the user directory is associated with.SecurityService.getTenantsForUserDirectory(UUID userDirectoryId) Methods in africa.absa.inception.security with parameters of type TenantModifier and TypeMethodDescriptionISecurityService.createTenant(Tenant tenant, boolean createUserDirectory) Create the new tenant.SecurityService.createTenant(Tenant tenant, boolean createUserDirectory) voidISecurityService.updateTenant(Tenant tenant) Update the tenant.voidSecurityService.updateTenant(Tenant tenant) Method parameters in africa.absa.inception.security with type arguments of type TenantModifier and TypeMethodDescriptionvoidUserDirectory.setTenants(Set<Tenant> tenants) Set the tenants the user directory is associated with.Constructor parameters in africa.absa.inception.security with type arguments of type Tenant