Uses of Class
africa.absa.inception.security.UserDirectory
-
Uses of UserDirectory in africa.absa.inception.security
Methods in africa.absa.inception.security that return UserDirectoryModifier and TypeMethodDescriptionISecurityService.getUserDirectory(UUID userDirectoryId) Retrieve the user directory.SecurityService.getUserDirectory(UUID userDirectoryId) Methods in africa.absa.inception.security that return types with arguments of type UserDirectoryModifier and TypeMethodDescriptionISecurityService.createTenant(Tenant tenant, boolean createUserDirectory) Create the new tenant.SecurityService.createTenant(Tenant tenant, boolean createUserDirectory) org.springframework.data.domain.Page<UserDirectory>UserDirectoryRepository.findAll(org.springframework.data.domain.Pageable pageable) Retrieve the user directories.UserDirectoryRepository.findAllByTenantId(UUID tenantId) Retrieve the user directories for the tenant.org.springframework.data.domain.Page<UserDirectory>UserDirectoryRepository.findFiltered(String filter, org.springframework.data.domain.Pageable pageable) Retrieve the filtered user directories.ISecurityService.getUserDirectories()Retrieve the user directories.SecurityService.getUserDirectories()Tenant.getUserDirectories()Returns the user directories associated with the tenant.UserDirectories.getUserDirectories()Returns the user directories.ISecurityService.getUserDirectoriesForTenant(UUID tenantId) Retrieve the user directories the tenant is associated with.SecurityService.getUserDirectoriesForTenant(UUID tenantId) Methods in africa.absa.inception.security with parameters of type UserDirectoryModifier and TypeMethodDescriptionvoidISecurityService.createUserDirectory(UserDirectory userDirectory) Create the new user directory.voidSecurityService.createUserDirectory(UserDirectory userDirectory) voidTenant.linkUserDirectory(UserDirectory userDirectory) Link the user directory to the tenant.voidTenant.unlinkUserDirectory(UserDirectory userDirectory) Unlink the user directory from the tenant.voidISecurityService.updateUserDirectory(UserDirectory userDirectory) Update the user directory.voidSecurityService.updateUserDirectory(UserDirectory userDirectory) Method parameters in africa.absa.inception.security with type arguments of type UserDirectoryModifier and TypeMethodDescriptionvoidTenant.setUserDirectories(Set<UserDirectory> userDirectories) Set the user directories associated with the tenant.Constructor parameters in africa.absa.inception.security with type arguments of type UserDirectoryModifierConstructorDescriptionUserDirectories(List<UserDirectory> userDirectories, long total, String filter, africa.absa.inception.core.sorting.SortDirection sortDirection, Integer pageIndex, Integer pageSize) Constructs a new UserDirectories.