keycloak-scim/authz/client
Clemens Zagler b44252fde9 authz/client: Fix getPermissions returning wrong type
Due to an issue with runtime type erasure, getPermissions returned a
List<LinkedHashSet> instead of List<Permission>.
Fixed and added test to catch this

Closes #16520

Signed-off-by: Clemens Zagler <c.zagler@noi.bz.it>
2024-04-02 11:09:43 -03:00
..
src/main/java/org/keycloak/authorization/client authz/client: Fix getPermissions returning wrong type 2024-04-02 11:09:43 -03:00
pom.xml Decouple the policy enforcer from adapters and provide a separate library 2023-03-17 11:40:51 +01:00