public class ProfileUpdatingServiceImpl extends Object implements ProfileUpdatingService
| Constructor and Description |
|---|
ProfileUpdatingServiceImpl(ProfileStoreService storeService,
PrivateKeyService privateKeyService,
StorageKeyStoreOperations storageKeyStoreOper,
DocumentKeyStoreOperations keyStoreOper) |
| Modifier and Type | Method and Description |
|---|---|
void |
deregisterStorageCredentials(UserIDAuth user,
StorageIdentifier storageId) |
void |
registerStorageCredentials(UserIDAuth user,
StorageIdentifier storageId,
StorageCredentials credentials) |
void |
updatePrivateProfile(UserIDAuth forUser,
UserPrivateProfile profile) |
void |
updatePublicProfile(UserIDAuth forUser,
UserPublicProfile profile) |
void |
updateReadKeyPassword(UserIDAuth forUser,
ReadKeyPassword newPassword) |
@Inject public ProfileUpdatingServiceImpl(ProfileStoreService storeService, PrivateKeyService privateKeyService, StorageKeyStoreOperations storageKeyStoreOper, DocumentKeyStoreOperations keyStoreOper)
public void updatePublicProfile(UserIDAuth forUser, UserPublicProfile profile)
updatePublicProfile in interface ProfileUpdatingServicepublic void updatePrivateProfile(UserIDAuth forUser, UserPrivateProfile profile)
updatePrivateProfile in interface ProfileUpdatingServicepublic void updateReadKeyPassword(UserIDAuth forUser, ReadKeyPassword newPassword)
updateReadKeyPassword in interface ProfileUpdatingServicepublic void registerStorageCredentials(UserIDAuth user, StorageIdentifier storageId, StorageCredentials credentials)
registerStorageCredentials in interface ProfileUpdatingServicepublic void deregisterStorageCredentials(UserIDAuth user, StorageIdentifier storageId)
deregisterStorageCredentials in interface ProfileUpdatingServiceCopyright © 2019. All rights reserved.