Uses of Class
africa.absa.inception.security.UserSortBy
-
-
Uses of UserSortBy in africa.absa.inception.security
Methods in africa.absa.inception.security that return UserSortBy Modifier and Type Method Description UserSortByStringToUserSortByConverter. convert(String source)static UserSortByUserSortBy. fromCode(String code)Returns the method used to sort a list of users given by the specified code value.UserSortByUsers. getSortBy()Returns the optional method used to sort the users e.g.static UserSortByUserSortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static UserSortBy[]UserSortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in africa.absa.inception.security with parameters of type UserSortBy Modifier and Type Method Description StringUserSortByToStringConverter. convert(UserSortBy source)UsersInternalUserDirectory. getUsers(String filter, UserSortBy sortBy, africa.absa.inception.core.sorting.SortDirection sortDirection, Integer pageIndex, Integer pageSize)UsersISecurityService. getUsers(UUID userDirectoryId, String filter, UserSortBy sortBy, africa.absa.inception.core.sorting.SortDirection sortDirection, Integer pageIndex, Integer pageSize)Retrieve the users.UsersLDAPUserDirectory. getUsers(String filter, UserSortBy sortBy, africa.absa.inception.core.sorting.SortDirection sortDirection, Integer pageIndex, Integer pageSize)UsersSecurityService. 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 Constructor Description Users(UUID userDirectoryId, List<User> users, long total, String filter, UserSortBy sortBy, africa.absa.inception.core.sorting.SortDirection sortDirection, Integer pageIndex, Integer pageSize)Constructs a new Users.
-