Uses of Class
org.keycloak.representations.userprofile.config.UPConfig
Package
Description
-
Uses of UPConfig in org.keycloak.admin.client.resource
-
Uses of UPConfig in org.keycloak.representations.userprofile.config
Modifier and TypeMethodDescriptionUPConfig.addOrReplaceAttribute
(UPAttribute attribute) UPConfig.clone()
-
Uses of UPConfig in org.keycloak.services.resources.admin
-
Uses of UPConfig in org.keycloak.userprofile
Modifier and TypeFieldDescriptionprotected final UPConfig
DeclarativeUserProfileProvider.parsedDefaultRawConfig
Modifier and TypeMethodDescriptionDeclarativeUserProfileProvider.getConfiguration()
UserProfileProvider.getConfiguration()
Get current UserProfile configuration.protected UPConfig
DeclarativeUserProfileProviderFactory.getParsedDefaultRawConfig()
protected UPConfig
DeclarativeUserProfileProvider.parseConfigOrDefault
(ComponentModel component) Get parsed config file configured in model.Modifier and TypeMethodDescriptionprotected UserProfileMetadata
DeclarativeUserProfileProvider.decorateUserProfileForCache
(UserProfileMetadata decoratedMetadata, UPConfig parsedConfig) Decorate basic metadata based on 'per realm' configuration.void
DeclarativeUserProfileProvider.setConfiguration
(UPConfig configuration) void
UserProfileProvider.setConfiguration
(UPConfig configuration) Set new UserProfile configuration.static void
DeclarativeUserProfileProviderFactory.setDefaultConfig
(UPConfig defaultConfig) -
Uses of UPConfig in org.keycloak.userprofile.config
Modifier and TypeMethodDescriptionstatic UPConfig
UPConfigUtils.parseConfig
(String rawConfig) Parse configuration of user-profile from Stringstatic UPConfig
UPConfigUtils.parseConfig
(Path configPath) static UPConfig
UPConfigUtils.parseSystemDefaultConfig()
static UPConfig
UPConfigUtils.readConfig
(InputStream is) Load configuration from JSON file.Modifier and TypeMethodDescriptionUPConfigUtils.validate
(KeycloakSession session, UPConfig config) Validate object representation of the configuration.