Package | Description |
---|---|
org.keycloak.userprofile | |
org.keycloak.userprofile.config |
Modifier and Type | Method and Description |
---|---|
protected UPConfig |
DeclarativeUserProfileProvider.getParsedConfig(ComponentModel model)
Get parsed config file configured in model.
|
Modifier and Type | Method and Description |
---|---|
UPConfig |
UPConfig.addAttribute(UPAttribute attribute) |
UPConfig |
UPConfig.addGroup(UPGroup group) |
static UPConfig |
UPConfigUtils.readConfig(InputStream is)
Load configuration from JSON file.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
UPConfigUtils.validate(KeycloakSession session,
UPConfig config)
Validate object representation of the configuration.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.