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 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.