Uses of Enum Class
org.simexid.keycloak.enums.KeycloakEnum.SearchUserType
Packages that use KeycloakEnum.SearchUserType
-
Uses of KeycloakEnum.SearchUserType in org.simexid.keycloak.enums
Methods in org.simexid.keycloak.enums that return KeycloakEnum.SearchUserTypeModifier and TypeMethodDescriptionstatic KeycloakEnum.SearchUserTypeKeycloakEnum.SearchUserType.fromString(String text) Converts a string to the corresponding enum value.static KeycloakEnum.SearchUserTypeReturns the enum constant of this class with the specified name.static KeycloakEnum.SearchUserType[]KeycloakEnum.SearchUserType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of KeycloakEnum.SearchUserType in org.simexid.keycloak.service
Methods in org.simexid.keycloak.service with parameters of type KeycloakEnum.SearchUserTypeModifier 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.KeycloakUtil.searchUser(KeycloakEnum.SearchUserType searchUserType, String searchText) Searches for a user in Keycloak.