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 TypeMethodDescriptionbooleanKeycloakUtil.addRoleToUser(KeycloakEnum.SearchUserType searchUserType, String searchText, String role, KeycloakEnum.Type type, String clientUUID) Adds a role to a user in Keycloak.booleanKeycloakUtil.deleteRoleToUser(KeycloakEnum.SearchUserType searchUserType, String searchText, String role, KeycloakEnum.Type type, String clientUUID) Deletes a role from a user in Keycloak.