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 UPConfigMethods in org.keycloak.services.resources.admin with parameters of type UPConfig -
Uses of UPConfig in org.keycloak.userprofile
Fields in org.keycloak.userprofile declared as UPConfigModifier and TypeFieldDescriptionprotected final UPConfig
DeclarativeUserProfileProvider.parsedDefaultRawConfig
Methods in org.keycloak.userprofile that return UPConfigModifier 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.Methods in org.keycloak.userprofile with parameters of type UPConfigModifier 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
Methods in org.keycloak.userprofile.config that return UPConfigModifier 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.Methods in org.keycloak.userprofile.config with parameters of type UPConfigModifier and TypeMethodDescriptionUPConfigUtils.validate
(KeycloakSession session, UPConfig config) Validate object representation of the configuration.