Uses of Class
org.simexid.keycloak.exception.MultipleUsersFoundException
Packages that use MultipleUsersFoundException
-
Uses of MultipleUsersFoundException in org.simexid.keycloak.service
Methods in org.simexid.keycloak.service that throw MultipleUsersFoundExceptionModifier 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.