Uses of Class
org.simexid.keycloak.exception.GenericException
Packages that use GenericException
-
Uses of GenericException in org.simexid.keycloak.service
Methods in org.simexid.keycloak.service that throw GenericExceptionModifier and TypeMethodDescriptionbooleanKeycloakUtil.addRoleToUser(KeycloakEnum.SearchUserType searchUserType, String searchText, String role, KeycloakEnum.Type type, String clientUUID) Adds a role to a user in Keycloak.booleanAdds attributes to a user in Keycloak.booleanKeycloakUtil.callForAddRole(String sub, String payload, KeycloakEnum.Type type, String clientUUID) Calls Keycloak to add/remove (rewrite) a role to a user.booleanKeycloakUtil.deleteRoleToUser(KeycloakEnum.SearchUserType searchUserType, String searchText, String role, KeycloakEnum.Type type, String clientUUID) Deletes a role from a user in Keycloak.booleanKeycloakUtil.deleteUserAttributes(String sub, List<String> attributes) Deletes attributes from a user in Keycloak.KeycloakUtil.getUserInfo(String sub) Retrieves the user information from Keycloak.KeycloakUtil.retrieveUserRole(String sub, KeycloakEnum.Type type, String clientUIID) Retrieves the roles of a user in Keycloak.KeycloakUtil.searchRoles(String name, KeycloakEnum.Type type, String clientUUID) Searches for roles in Keycloak.KeycloakUtil.searchUser(KeycloakEnum.SearchUserType searchUserType, String searchText) Searches for a user in Keycloak.