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
-
Uses of UPConfig in org.keycloak.services.resources.admin
-
Uses of UPConfig in org.keycloak.userprofile
Modifier and TypeFieldDescriptionprotected UPConfig
DeclarativeUserProfileProvider.parsedDefaultRawConfig
Modifier and TypeMethodDescriptionAbstractUserProfileProvider.getConfiguration()
DeclarativeUserProfileProvider.getConfiguration()
UserProfileProvider.getConfiguration()
Get current UserProfile configuration.protected 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 TypeMethodDescriptionstatic UPConfig
UPConfigUtils.readConfig
(InputStream is) Load configuration from JSON file.Modifier and TypeMethodDescriptionUPConfigUtils.validate
(KeycloakSession session, UPConfig config) Validate object representation of the configuration.