public class ProfileRemovalServiceImpl extends Object implements ProfileRemovalService
| Constructor and Description |
|---|
ProfileRemovalServiceImpl(PrivateKeyService privateKeyService,
KeyStoreCache keyStoreCache,
UserProfileCache profileCache,
StorageListService listService,
BucketAccessService access,
DFSConfig dfsConfig,
StorageRemoveService removeService,
ProfileRetrievalService retrievalService) |
| Modifier and Type | Method and Description |
|---|---|
void |
deregister(UserIDAuth userID)
Removes users' public and private profile, keystore, public keys and INBOX and private files
|
@Inject public ProfileRemovalServiceImpl(PrivateKeyService privateKeyService, KeyStoreCache keyStoreCache, UserProfileCache profileCache, StorageListService listService, BucketAccessService access, DFSConfig dfsConfig, StorageRemoveService removeService, ProfileRetrievalService retrievalService)
public void deregister(UserIDAuth userID)
deregister in interface ProfileRemovalServiceCopyright © 2019. All rights reserved.