Class DFSBasedProfileStorageImpl
java.lang.Object
de.adorsys.datasafe.directory.impl.profile.operations.DFSBasedProfileStorageImpl
- All Implemented Interfaces:
ProfileOperations,ProfileRegistrationService,ProfileRemovalService,ProfileRetrievalService,ProfileStorageCredentialsService,ProfileUpdatingService
- Direct Known Subclasses:
DFSBasedProfileStorageImplRuntimeDelegatable
Aggregate view of profile operations for DFS-based profiles.
-
Constructor Summary
ConstructorsConstructorDescriptionDFSBasedProfileStorageImpl(ProfileRegistrationService registrationService, ProfileRetrievalService retrievalService, ProfileRemovalService removalService, ProfileUpdatingService updatingService, ProfileStorageCredentialsService storageCredentialsService) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.adorsys.datasafe.directory.api.profile.operations.ProfileRegistrationService
createAllAllowableKeystores, createDocumentKeystore, createStorageKeystore, registerPrivate, registerPublic, registerUsingDefaultsMethods inherited from interface de.adorsys.datasafe.directory.api.profile.operations.ProfileRemovalService
deregisterMethods inherited from interface de.adorsys.datasafe.directory.api.profile.operations.ProfileRetrievalService
privateProfile, publicProfile, userExistsMethods inherited from interface de.adorsys.datasafe.directory.api.profile.operations.ProfileStorageCredentialsService
deregisterStorageCredentials, listRegisteredStorageCredentials, registerStorageCredentialsMethods inherited from interface de.adorsys.datasafe.directory.api.profile.operations.ProfileUpdatingService
updatePrivateProfile, updatePublicProfile, updateReadKeyPassword
-
Constructor Details
-
DFSBasedProfileStorageImpl
@Inject public DFSBasedProfileStorageImpl(ProfileRegistrationService registrationService, ProfileRetrievalService retrievalService, ProfileRemovalService removalService, ProfileUpdatingService updatingService, ProfileStorageCredentialsService storageCredentialsService)
-