Uses of Interface
de.adorsys.datasafe.directory.impl.profile.keys.KeyStoreCache
Packages that use KeyStoreCache
Package
Description
-
Uses of KeyStoreCache in de.adorsys.datasafe.directory.impl.profile.keys
Classes in de.adorsys.datasafe.directory.impl.profile.keys that implement KeyStoreCacheModifier and TypeClassDescriptionclassDefault map-based private and public keys cache implementation.classMethods in de.adorsys.datasafe.directory.impl.profile.keys that return KeyStoreCacheModifier and TypeMethodDescriptionDFSPublicKeyServiceImplRuntimeDelegatable.ArgumentsCaptor.getKeystoreCache()DocumentKeyStoreOperationsImplRuntimeDelegatable.ArgumentsCaptor.getKeystoreCache()GenericKeystoreOperationsRuntimeDelegatable.ArgumentsCaptor.getKeystoreCache()StorageKeyStoreOperationsImplRuntimeDelegatable.ArgumentsCaptor.getKeystoreCache()Methods in de.adorsys.datasafe.directory.impl.profile.keys with parameters of type KeyStoreCacheModifier and TypeMethodDescriptionstatic DFSPublicKeyServiceImplDFSPublicKeyServiceImpl_Factory.newInstance(KeyStoreCache keystoreCache, BucketAccessService bucketAccessService, ProfileRetrievalService profiles, StorageReadService readService, GsonSerde serde) DFSPublicKeyServiceImplRuntimeDelegatable_Factory.newInstance(OverridesRegistry context, KeyStoreCache keystoreCache, BucketAccessService bucketAccessService, ProfileRetrievalService profiles, StorageReadService readService, GsonSerde serde) DocumentKeyStoreOperationsImpl_Factory.newInstance(KeyCreationConfig config, GenericKeystoreOperations genericOper, DFSConfig dfsConfig, BucketAccessService access, ProfileRetrievalService profile, StorageWriteService writeService, KeyStoreCache keystoreCache, KeyStoreService keyStoreService) DocumentKeyStoreOperationsImplRuntimeDelegatable_Factory.newInstance(OverridesRegistry context, KeyCreationConfig config, GenericKeystoreOperations genericOper, DFSConfig dfsConfig, BucketAccessService access, ProfileRetrievalService profile, StorageWriteService writeService, KeyStoreCache keystoreCache, KeyStoreService keyStoreService) static GenericKeystoreOperationsGenericKeystoreOperations_Factory.newInstance(KeyCreationConfig config, DFSConfig dfsConfig, StorageWriteService writeService, StorageReadService readService, KeyStoreCache keystoreCache, KeyStoreService keyStoreService) GenericKeystoreOperationsRuntimeDelegatable_Factory.newInstance(OverridesRegistry context, KeyCreationConfig config, DFSConfig dfsConfig, StorageWriteService writeService, StorageReadService readService, KeyStoreCache keystoreCache, KeyStoreService keyStoreService) StorageKeyStoreOperationsImpl_Factory.newInstance(GsonSerde gson, KeyStoreService keyStoreService, GenericKeystoreOperations genericOper, ProfileRetrievalService profile, BucketAccessService access, KeyStoreCache keystoreCache) StorageKeyStoreOperationsImplRuntimeDelegatable_Factory.newInstance(OverridesRegistry context, GsonSerde gson, KeyStoreService keyStoreService, GenericKeystoreOperations genericOper, ProfileRetrievalService profile, BucketAccessService access, KeyStoreCache keystoreCache) Method parameters in de.adorsys.datasafe.directory.impl.profile.keys with type arguments of type KeyStoreCacheModifier and TypeMethodDescriptionDFSPublicKeyServiceImpl_Factory.create(javax.inject.Provider<KeyStoreCache> keystoreCacheProvider, javax.inject.Provider<BucketAccessService> bucketAccessServiceProvider, javax.inject.Provider<ProfileRetrievalService> profilesProvider, javax.inject.Provider<StorageReadService> readServiceProvider, javax.inject.Provider<GsonSerde> serdeProvider) Constructors in de.adorsys.datasafe.directory.impl.profile.keys with parameters of type KeyStoreCacheModifierConstructorDescriptionDFSPublicKeyServiceImpl(KeyStoreCache keystoreCache, BucketAccessService bucketAccessService, ProfileRetrievalService profiles, StorageReadService readService, GsonSerde serde) DFSPublicKeyServiceImplRuntimeDelegatable(OverridesRegistry context, KeyStoreCache keystoreCache, BucketAccessService bucketAccessService, ProfileRetrievalService profiles, StorageReadService readService, GsonSerde serde) DocumentKeyStoreOperationsImpl(KeyCreationConfig config, GenericKeystoreOperations genericOper, DFSConfig dfsConfig, BucketAccessService access, ProfileRetrievalService profile, StorageWriteService writeService, KeyStoreCache keystoreCache, KeyStoreService keyStoreService) DocumentKeyStoreOperationsImplRuntimeDelegatable(OverridesRegistry context, KeyCreationConfig config, GenericKeystoreOperations genericOper, DFSConfig dfsConfig, BucketAccessService access, ProfileRetrievalService profile, StorageWriteService writeService, KeyStoreCache keystoreCache, KeyStoreService keyStoreService) GenericKeystoreOperations(KeyCreationConfig config, DFSConfig dfsConfig, StorageWriteService writeService, StorageReadService readService, KeyStoreCache keystoreCache, KeyStoreService keyStoreService) GenericKeystoreOperationsRuntimeDelegatable(OverridesRegistry context, KeyCreationConfig config, DFSConfig dfsConfig, StorageWriteService writeService, StorageReadService readService, KeyStoreCache keystoreCache, KeyStoreService keyStoreService) StorageKeyStoreOperationsImpl(GsonSerde gson, KeyStoreService keyStoreService, GenericKeystoreOperations genericOper, ProfileRetrievalService profile, BucketAccessService access, KeyStoreCache keystoreCache) StorageKeyStoreOperationsImplRuntimeDelegatable(OverridesRegistry context, GsonSerde gson, KeyStoreService keyStoreService, GenericKeystoreOperations genericOper, ProfileRetrievalService profile, BucketAccessService access, KeyStoreCache keystoreCache) Constructor parameters in de.adorsys.datasafe.directory.impl.profile.keys with type arguments of type KeyStoreCacheModifierConstructorDescriptionDFSPublicKeyServiceImpl_Factory(javax.inject.Provider<KeyStoreCache> keystoreCacheProvider, javax.inject.Provider<BucketAccessService> bucketAccessServiceProvider, javax.inject.Provider<ProfileRetrievalService> profilesProvider, javax.inject.Provider<StorageReadService> readServiceProvider, javax.inject.Provider<GsonSerde> serdeProvider) -
Uses of KeyStoreCache in de.adorsys.datasafe.directory.impl.profile.operations.actions
Methods in de.adorsys.datasafe.directory.impl.profile.operations.actions that return KeyStoreCacheModifier and TypeMethodDescriptionProfileRemovalServiceImplRuntimeDelegatable.ArgumentsCaptor.getKeyStoreCache()Methods in de.adorsys.datasafe.directory.impl.profile.operations.actions with parameters of type KeyStoreCacheModifier and TypeMethodDescriptionstatic ProfileRemovalServiceImplProfileRemovalServiceImpl_Factory.newInstance(PrivateKeyService privateKeyService, KeyStoreCache keyStoreCache, UserProfileCache profileCache, StorageListService listService, BucketAccessService access, DFSConfig dfsConfig, StorageRemoveService removeService, ProfileRetrievalService retrievalService) ProfileRemovalServiceImplRuntimeDelegatable_Factory.newInstance(OverridesRegistry context, PrivateKeyService privateKeyService, KeyStoreCache keyStoreCache, UserProfileCache profileCache, StorageListService listService, BucketAccessService access, DFSConfig dfsConfig, StorageRemoveService removeService, ProfileRetrievalService retrievalService) Constructors in de.adorsys.datasafe.directory.impl.profile.operations.actions with parameters of type KeyStoreCacheModifierConstructorDescriptionProfileRemovalServiceImpl(PrivateKeyService privateKeyService, KeyStoreCache keyStoreCache, UserProfileCache profileCache, StorageListService listService, BucketAccessService access, DFSConfig dfsConfig, StorageRemoveService removeService, ProfileRetrievalService retrievalService) ProfileRemovalServiceImplRuntimeDelegatable(OverridesRegistry context, PrivateKeyService privateKeyService, KeyStoreCache keyStoreCache, UserProfileCache profileCache, StorageListService listService, BucketAccessService access, DFSConfig dfsConfig, StorageRemoveService removeService, ProfileRetrievalService retrievalService)