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 TypeMethodDescriptionboolean
KeycloakUtil.addRoleToUser
(KeycloakEnum.SearchUserType searchUserType, String searchText, String role, KeycloakEnum.Type type, String clientUUID) Adds a role to a user in Keycloak.boolean
Adds attributes to a user in Keycloak.boolean
KeycloakUtil.callForAddRole
(String sub, String payload, KeycloakEnum.Type type, String clientUUID) Calls Keycloak to add/remove (rewrite) a role to a user.boolean
KeycloakUtil.deleteRoleToUser
(KeycloakEnum.SearchUserType searchUserType, String searchText, String role, KeycloakEnum.Type type, String clientUUID) Deletes a role from a user in Keycloak.boolean
KeycloakUtil.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.boolean
KeycloakUtil.updateUser
(String sub, SSOUser user) Updates a user in Keycloak.