Uses of Enum Class
africa.absa.inception.security.UserSortBy
-
Uses of UserSortBy in africa.absa.inception.security
Methods in africa.absa.inception.security that return UserSortByModifier and TypeMethodDescriptionstatic UserSortByReturns the method used to sort a list of users given by the specified code value.Users.getSortBy()Returns the optional method used to sort the users e.g.static UserSortByReturns the enum constant of this class with the specified name.static UserSortBy[]UserSortBy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in africa.absa.inception.security with parameters of type UserSortByModifier and TypeMethodDescriptionUserSortByToStringConverter.convert(UserSortBy source) InternalUserDirectory.getUsers(String filter, UserSortBy sortBy, africa.absa.inception.core.sorting.SortDirection sortDirection, Integer pageIndex, Integer pageSize) ISecurityService.getUsers(UUID userDirectoryId, String filter, UserSortBy sortBy, africa.absa.inception.core.sorting.SortDirection sortDirection, Integer pageIndex, Integer pageSize) Retrieve the users.LDAPUserDirectory.getUsers(String filter, UserSortBy sortBy, africa.absa.inception.core.sorting.SortDirection sortDirection, Integer pageIndex, Integer pageSize) SecurityService.getUsers(UUID userDirectoryId, String filter, UserSortBy sortBy, africa.absa.inception.core.sorting.SortDirection sortDirection, Integer pageIndex, Integer pageSize) Constructors in africa.absa.inception.security with parameters of type UserSortBy