Uses of Class
africa.absa.inception.security.Tenant
-
-
Uses of Tenant in africa.absa.inception.security
Methods in africa.absa.inception.security that return Tenant Modifier and Type Method Description TenantISecurityService. getTenant(UUID tenantId)Retrieve the tenant.TenantSecurityService. getTenant(UUID tenantId)Methods in africa.absa.inception.security that return types with arguments of type Tenant Modifier and Type Method Description org.springframework.data.domain.Page<Tenant>TenantRepository. findAllByOrderByNameAsc(org.springframework.data.domain.Pageable pageable)org.springframework.data.domain.Page<Tenant>TenantRepository. findAllByOrderByNameDesc(org.springframework.data.domain.Pageable pageable)List<Tenant>TenantRepository. findAllByUserDirectoryId(UUID userDirectoryId)org.springframework.data.domain.Page<Tenant>TenantRepository. findByNameContainingIgnoreCaseOrderByNameAsc(String name, org.springframework.data.domain.Pageable pageable)org.springframework.data.domain.Page<Tenant>TenantRepository. findByNameContainingIgnoreCaseOrderByNameDesc(String name, org.springframework.data.domain.Pageable pageable)List<Tenant>ISecurityService. getTenants()Retrieve the tenants.List<Tenant>SecurityService. getTenants()List<Tenant>Tenants. getTenants()Returns the tenants.Set<Tenant>UserDirectory. getTenants()Returns the tenants the user directory is associated with.List<Tenant>ISecurityService. getTenantsForUserDirectory(UUID userDirectoryId)Retrieve the tenants the user directory is associated with.List<Tenant>SecurityService. getTenantsForUserDirectory(UUID userDirectoryId)Methods in africa.absa.inception.security with parameters of type Tenant Modifier and Type Method Description Optional<UserDirectory>ISecurityService. createTenant(Tenant tenant, boolean createUserDirectory)Create the new tenant.Optional<UserDirectory>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 Tenant Modifier and Type Method Description voidUserDirectory. 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 Constructor Description Tenants(List<Tenant> tenants, long total, String filter, africa.absa.inception.core.sorting.SortDirection sortDirection, Integer pageIndex, Integer pageSize)Constructs a new Tenants.
-