Uses of Class
org.keycloak.userprofile.config.UPConfig
-
Uses of UPConfig in org.keycloak.userprofile
Modifier and TypeFieldDescriptionprotected UPConfig
DeclarativeUserProfileProvider.parsedDefaultRawConfig
Modifier and TypeMethodDescriptionprotected UPConfig
DeclarativeUserProfileProvider.getParsedConfig
(String rawConfig) Get parsed config file configured in model.Modifier and TypeMethodDescriptionprotected UserProfileMetadata
DeclarativeUserProfileProvider.decorateUserProfileForCache
(UserProfileMetadata decoratedMetadata, UPConfig parsedConfig) Decorate basic metadata provided fromAbstractUserProfileProvider
based on 'per realm' configuration.ModifierConstructorDescriptionDeclarativeUserProfileProvider
(KeycloakSession session, Map<UserProfileContext, UserProfileMetadata> metadataRegistry, String defaultRawConfig, UPConfig parsedDefaultRawConfig) -
Uses of UPConfig in org.keycloak.userprofile.config
Modifier and TypeMethodDescriptionUPConfig.addAttribute
(UPAttribute attribute) 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.