Uses of Class
org.keycloak.representations.userprofile.config.UPConfig
Packages that use UPConfig
Package
Description
- 
Uses of UPConfig in org.keycloak.admin.client.resourceMethods 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.configMethods in org.keycloak.representations.userprofile.config that return UPConfig
- 
Uses of UPConfig in org.keycloak.services.resources.adminMethods in org.keycloak.services.resources.admin that return UPConfig
- 
Uses of UPConfig in org.keycloak.userprofileFields in org.keycloak.userprofile declared as UPConfigModifier and TypeFieldDescriptionprotected UPConfigDeclarativeUserProfileProvider.parsedDefaultRawConfigMethods in org.keycloak.userprofile that return UPConfigModifier and TypeMethodDescriptionAbstractUserProfileProvider.getConfiguration()DeclarativeUserProfileProvider.getConfiguration()UserProfileProvider.getConfiguration()Get current UserProfile configuration.protected 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.configMethods in org.keycloak.userprofile.config that return UPConfigModifier and TypeMethodDescriptionstatic 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.