Class DFSPublicKeyServiceImpl
java.lang.Object
de.adorsys.datasafe.directory.impl.profile.keys.DFSPublicKeyServiceImpl
- All Implemented Interfaces:
PublicKeyService
- Direct Known Subclasses:
DFSPublicKeyServiceImplRuntimeDelegatable
Retrieves and opens public keystore associated with user location DFS storage.
-
Constructor Summary
ConstructorsConstructorDescriptionDFSPublicKeyServiceImpl(KeyStoreCache keystoreCache, BucketAccessService bucketAccessService, ProfileRetrievalService profiles, StorageReadService readService, GsonSerde serde) -
Method Summary
Modifier and TypeMethodDescriptionReads users' public key from DFS and caches the result.
-
Constructor Details
-
DFSPublicKeyServiceImpl
@Inject public DFSPublicKeyServiceImpl(KeyStoreCache keystoreCache, BucketAccessService bucketAccessService, ProfileRetrievalService profiles, StorageReadService readService, GsonSerde serde)
-
-
Method Details
-
publicKey
Reads users' public key from DFS and caches the result.- Specified by:
publicKeyin interfacePublicKeyService
-