Uses of Class
org.simexid.keycloak.model.SSOUser
Packages that use SSOUser
-
Uses of SSOUser in org.simexid.keycloak.service
Methods in org.simexid.keycloak.service that return SSOUserModifier and TypeMethodDescriptionKeycloakUtil.getUserInfo
(String sub) Retrieves the user information from Keycloak.Methods in org.simexid.keycloak.service that return types with arguments of type SSOUserModifier and TypeMethodDescriptionKeycloakUtil.searchUser
(KeycloakEnum.SearchUserType searchUserType, String searchText) Searches for a user in Keycloak.Methods in org.simexid.keycloak.service with parameters of type SSOUserModifier and TypeMethodDescriptionboolean
KeycloakUtil.updateUser
(String sub, SSOUser user) Updates a user in Keycloak.