Uses of Class
org.keycloak.userprofile.config.UPConfig
Packages that use UPConfig
-
Uses of UPConfig in org.keycloak.userprofile
Fields in org.keycloak.userprofile declared as UPConfigModifier and TypeFieldDescriptionprotected UPConfigDeclarativeUserProfileProvider.parsedDefaultRawConfigMethods in org.keycloak.userprofile that return UPConfigModifier and TypeMethodDescriptionprotected UPConfigDeclarativeUserProfileProvider.getParsedConfig(String rawConfig) 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 provided fromAbstractUserProfileProviderbased on 'per realm' configuration.Constructors in org.keycloak.userprofile with parameters of type UPConfigModifierConstructorDescriptionDeclarativeUserProfileProvider(KeycloakSession session, Map<UserProfileContext, UserProfileMetadata> metadataRegistry, String defaultRawConfig, UPConfig parsedDefaultRawConfig) -
Uses of UPConfig in org.keycloak.userprofile.config
Methods in org.keycloak.userprofile.config that return UPConfigModifier and TypeMethodDescriptionUPConfig.addAttribute(UPAttribute attribute) 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.