Uses of Class
org.simexid.keycloak.exception.MultipleRolesFoundException
Packages that use MultipleRolesFoundException
-
Uses of MultipleRolesFoundException in org.simexid.keycloak.service
Methods in org.simexid.keycloak.service that throw MultipleRolesFoundExceptionModifier and TypeMethodDescriptionboolean
KeycloakUtil.addRoleToUser
(KeycloakEnum.SearchUserType searchUserType, String searchText, String role, KeycloakEnum.Type type, String clientUUID) Adds a role to a user in Keycloak.boolean
KeycloakUtil.deleteRoleToUser
(KeycloakEnum.SearchUserType searchUserType, String searchText, String role, KeycloakEnum.Type type, String clientUUID) Deletes a role from a user in Keycloak.