Class ProfileUpdatingServiceImpl
java.lang.Object
de.adorsys.datasafe.directory.impl.profile.operations.actions.ProfileUpdatingServiceImpl
- All Implemented Interfaces:
ProfileUpdatingService
- Direct Known Subclasses:
ProfileUpdatingServiceImplRuntimeDelegatable
-
Constructor Summary
ConstructorsConstructorDescriptionProfileUpdatingServiceImpl(ProfileStoreService storeService, PrivateKeyService privateKeyService, StorageKeyStoreOperations storageKeyStoreOper, DocumentKeyStoreOperations keyStoreOper) -
Method Summary
Modifier and TypeMethodDescriptionvoidupdatePrivateProfile(UserIDAuth forUser, UserPrivateProfile profile) voidupdatePublicProfile(UserIDAuth forUser, UserPublicProfile profile) voidupdateReadKeyPassword(UserIDAuth forUser, ReadKeyPassword newPassword)
-
Constructor Details
-
ProfileUpdatingServiceImpl
@Inject public ProfileUpdatingServiceImpl(ProfileStoreService storeService, PrivateKeyService privateKeyService, StorageKeyStoreOperations storageKeyStoreOper, DocumentKeyStoreOperations keyStoreOper)
-
-
Method Details
-
updatePublicProfile
- Specified by:
updatePublicProfilein interfaceProfileUpdatingService
-
updatePrivateProfile
- Specified by:
updatePrivateProfilein interfaceProfileUpdatingService
-
updateReadKeyPassword
- Specified by:
updateReadKeyPasswordin interfaceProfileUpdatingService
-