Uses of Class
org.keycloak.representations.userprofile.config.UPConfig
Packages that use UPConfig
Package
Description
-
Uses of UPConfig in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return UPConfigMethods in org.keycloak.admin.client.resource with parameters of type UPConfig -
Uses of UPConfig in org.keycloak.representations.userprofile.config
Methods in org.keycloak.representations.userprofile.config that return UPConfigModifier and TypeMethodDescriptionUPConfig.addOrReplaceAttribute(UPAttribute attribute) UPConfig.clone() -
Uses of UPConfig in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that return UPConfigModifier and TypeMethodDescriptionUserProfileResource.getConfiguration()UserProfileResource.setAndGetConfiguration(UPConfig config) Methods in org.keycloak.services.resources.admin with parameters of type UPConfigModifier and TypeMethodDescriptionUserProfileResource.setAndGetConfiguration(UPConfig config) jakarta.ws.rs.core.Response -
Uses of UPConfig in org.keycloak.userprofile
Fields in org.keycloak.userprofile declared as UPConfigModifier and TypeFieldDescriptionprotected final UPConfigDeclarativeUserProfileProvider.parsedDefaultRawConfigMethods in org.keycloak.userprofile that return UPConfigModifier and TypeMethodDescriptionDeclarativeUserProfileProvider.getConfiguration()UserProfileProvider.getConfiguration()Get current UserProfile configuration.protected UPConfigDeclarativeUserProfileProviderFactory.getParsedDefaultRawConfig()protected UPConfigDeclarativeUserProfileProvider.parseConfigOrDefault(ComponentModel component) Get parsed config file configured in model.Methods in org.keycloak.userprofile with parameters of type UPConfigModifier and TypeMethodDescriptionprotected UserProfileMetadataDeclarativeUserProfileProvider.decorateUserProfileForCache(UserProfileMetadata decoratedMetadata, UPConfig parsedConfig) Decorate basic metadata based on 'per realm' configuration.voidDeclarativeUserProfileProvider.setConfiguration(UPConfig configuration) voidUserProfileProvider.setConfiguration(UPConfig configuration) Set new UserProfile configuration.static voidDeclarativeUserProfileProviderFactory.setDefaultConfig(UPConfig defaultConfig) -
Uses of UPConfig in org.keycloak.userprofile.config
Methods in org.keycloak.userprofile.config that return UPConfigModifier and TypeMethodDescriptionstatic UPConfigUPConfigUtils.parseConfig(String rawConfig) Parse configuration of user-profile from Stringstatic UPConfigUPConfigUtils.parseConfig(Path configPath) static UPConfigUPConfigUtils.parseSystemDefaultConfig()static UPConfigUPConfigUtils.readConfig(InputStream is) Load configuration from JSON file.Methods in org.keycloak.userprofile.config with parameters of type UPConfigModifier and TypeMethodDescriptionUPConfigUtils.validate(KeycloakSession session, UPConfig config) Validate object representation of the configuration.