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 UPConfig -
Uses of UPConfig in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that return UPConfig -
Uses of UPConfig in org.keycloak.userprofile
Fields in org.keycloak.userprofile declared as UPConfigModifier and TypeFieldDescriptionprotected UPConfig
DeclarativeUserProfileProvider.parsedDefaultRawConfig
Methods in org.keycloak.userprofile that return UPConfigModifier and TypeMethodDescriptionAbstractUserProfileProvider.getConfiguration()
DeclarativeUserProfileProvider.getConfiguration()
UserProfileProvider.getConfiguration()
Get current UserProfile configuration.protected UPConfig
DeclarativeUserProfileProvider.getParsedConfig
(String rawConfig) 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 provided fromAbstractUserProfileProvider
based 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 TypeMethodDescriptionstatic 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.