Uses of Class
org.swisspush.gateleen.user.UserProfileConfiguration.ProfileProperty
-
-
Uses of UserProfileConfiguration.ProfileProperty in org.swisspush.gateleen.user
Methods in org.swisspush.gateleen.user that return UserProfileConfiguration.ProfileProperty Modifier and Type Method Description UserProfileConfiguration.ProfilePropertyUserProfileConfiguration.ProfileProperty.ProfilePropertyBuilder. build()Methods in org.swisspush.gateleen.user that return types with arguments of type UserProfileConfiguration.ProfileProperty Modifier and Type Method Description Map<String,UserProfileConfiguration.ProfileProperty>UserProfileConfiguration. getProfileProperties()Methods in org.swisspush.gateleen.user with parameters of type UserProfileConfiguration.ProfileProperty Modifier and Type Method Description UserProfileConfiguration.UserProfileConfigurationBuilderUserProfileConfiguration.UserProfileConfigurationBuilder. addProfileProperty(UserProfileConfiguration.ProfileProperty profileProperty)booleanUserProfileManipulater. updateField(String userId, io.vertx.core.MultiMap headers, io.vertx.core.json.JsonObject profile, UserProfileConfiguration.ProfileProperty profileProperty)Updates a single field of the profile.Method parameters in org.swisspush.gateleen.user with type arguments of type UserProfileConfiguration.ProfileProperty Modifier and Type Method Description io.vertx.core.json.JsonObjectUserProfileManipulater. createInitialProfile(io.vertx.core.MultiMap headers, String userId, Collection<UserProfileConfiguration.ProfileProperty> profileProperties)protected intUserProfileManipulater. enrichProfile(io.vertx.core.MultiMap headers, io.vertx.core.json.JsonObject profile, String userId, Collection<UserProfileConfiguration.ProfileProperty> profileProperties)Calls updateField for each property.
-