Uses of Class
org.keycloak.userprofile.config.UPConfig
-
Packages that use UPConfig Package Description org.keycloak.userprofile org.keycloak.userprofile.config -
-
Uses of UPConfig in org.keycloak.userprofile
Methods in org.keycloak.userprofile that return UPConfig Modifier and Type Method Description protected 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 UPConfig Modifier and Type Method Description UPConfigUPConfig. addAttribute(UPAttribute attribute)UPConfigUPConfig. addGroup(UPGroup group)static UPConfigUPConfigUtils. readConfig(InputStream is)Load configuration from JSON file.Methods in org.keycloak.userprofile.config with parameters of type UPConfig Modifier and Type Method Description static List<String>UPConfigUtils. validate(KeycloakSession session, UPConfig config)Validate object representation of the configuration.
-