public interface ProfileUpdatingService
| Modifier and Type | Method and Description |
|---|---|
void |
updatePrivateProfile(UserIDAuth forUser,
UserPrivateProfile profile)
Updates users' private profile
|
void |
updatePublicProfile(UserIDAuth forUser,
UserPublicProfile profile)
Updates users' public profile
|
void |
updateReadKeyPassword(UserIDAuth forUser,
ReadKeyPassword newPassword)
Updates user's keystore password.
|
void updatePublicProfile(UserIDAuth forUser, UserPublicProfile profile)
forUser - User to update profileprofile - New users' profilevoid updatePrivateProfile(UserIDAuth forUser, UserPrivateProfile profile)
forUser - User to update profileprofile - New users' profilevoid updateReadKeyPassword(UserIDAuth forUser, ReadKeyPassword newPassword)
forUser - user, whose keystore to updatenewPassword - new ReadKeyPassword for a user
NOTE: (For S3-like storage) Due to S3 eventual consistency some requests using old passwords will succeed,
some requests using new password will fail until storage propagates data.Copyright © 2019. All rights reserved.