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 UPConfig
DeclarativeUserProfileProvider. 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 UPConfig
UPConfig. addAttribute(UPAttribute attribute)
UPConfig
UPConfig. addGroup(UPGroup group)
static UPConfig
UPConfigUtils. 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.
-