keycloak-scim/integration
danielFesenmeyer ec30c52a00 Fix paging on the "Users in role" endpoint, when JPA persistence is used
- add order-by-clause to the corresponding JPA query (ordering by username ASC)
- adjust admin-client RoleResource to return a List instead of a Set, by introducing new methods #getUserMembers (instead of #getRoleUserMembers - the "Role" prefix is not needed, because it is clear from the resource name that it's about roles)
- adjust tests to use the new method and check that the expected order is returned

Closes #14772
2022-11-07 20:44:06 +01:00
..
admin-client Fix paging on the "Users in role" endpoint, when JPA persistence is used 2022-11-07 20:44:06 +01:00
admin-client-jakarta Add a keycloak admin-client-jakarta module (#11720) 2022-05-04 10:45:37 +02:00
client-cli Introduce crypto module using Wildfly Elytron (#14415) 2022-09-27 08:53:46 +02:00
client-registration Introduce crypto module using Wildfly Elytron (#14415) 2022-09-27 08:53:46 +02:00
pom.xml Add a keycloak admin-client-jakarta module (#11720) 2022-05-04 10:45:37 +02:00