Uses of Class
org.keycloak.userprofile.config.UPConfig
Packages that use UPConfig
-
Uses of UPConfig in org.keycloak.userprofile
Methods in org.keycloak.userprofile that return UPConfigModifier and TypeMethodDescriptionprotected UPConfigDeclarativeUserProfileProvider.getParsedConfig(ComponentModel model) Get parsed config file configured in model. -
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.