| Modifier and Type | Method and Description |
|---|---|
UserProfileConfiguration.ProfileProperty |
UserProfileConfiguration.ProfileProperty.ProfilePropertyBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,UserProfileConfiguration.ProfileProperty> |
UserProfileConfiguration.getProfileProperties() |
| Modifier and Type | Method and Description |
|---|---|
UserProfileConfiguration.UserProfileConfigurationBuilder |
UserProfileConfiguration.UserProfileConfigurationBuilder.addProfileProperty(UserProfileConfiguration.ProfileProperty profileProperty) |
boolean |
UserProfileManipulater.updateField(String userId,
io.vertx.core.MultiMap headers,
io.vertx.core.json.JsonObject profile,
UserProfileConfiguration.ProfileProperty profileProperty)
Updates a single field of the profile.
|
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.json.JsonObject |
UserProfileManipulater.createInitialProfile(io.vertx.core.MultiMap headers,
String userId,
Collection<UserProfileConfiguration.ProfileProperty> profileProperties) |
protected int |
UserProfileManipulater.enrichProfile(io.vertx.core.MultiMap headers,
io.vertx.core.json.JsonObject profile,
String userId,
Collection<UserProfileConfiguration.ProfileProperty> profileProperties)
Calls updateField for each property.
|
Copyright © 2016–2020. All rights reserved.