Uses of Interface
de.adorsys.datasafe.directory.impl.profile.operations.UserProfileCache
Packages that use UserProfileCache
Package
Description
-
Uses of UserProfileCache in de.adorsys.datasafe.directory.impl.profile.operations
Classes in de.adorsys.datasafe.directory.impl.profile.operations that implement UserProfileCacheModifier and TypeClassDescriptionclassDefault map-based cache that contains user profiles.class -
Uses of UserProfileCache in de.adorsys.datasafe.directory.impl.profile.operations.actions
Methods in de.adorsys.datasafe.directory.impl.profile.operations.actions that return UserProfileCacheModifier and TypeMethodDescriptionProfileRemovalServiceImplRuntimeDelegatable.ArgumentsCaptor.getProfileCache()ProfileStoreServiceRuntimeDelegatable.ArgumentsCaptor.getProfileCache()ProfileRetrievalServiceImplRuntimeDelegatable.ArgumentsCaptor.getUserProfileCache()Methods in de.adorsys.datasafe.directory.impl.profile.operations.actions with parameters of type UserProfileCacheModifier 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) static ProfileRetrievalServiceImplProfileRetrievalServiceImpl_Factory.newInstance(DFSConfig dfsConfig, StorageReadService readService, StorageCheckService checkService, BucketAccessService access, GsonSerde serde, UserProfileCache userProfileCache) ProfileRetrievalServiceImplRuntimeDelegatable_Factory.newInstance(OverridesRegistry context, DFSConfig dfsConfig, StorageReadService readService, StorageCheckService checkService, BucketAccessService access, GsonSerde serde, UserProfileCache userProfileCache) static ProfileStoreServiceProfileStoreService_Factory.newInstance(GsonSerde serde, UserProfileCache profileCache, DFSConfig dfsConfig, BucketAccessService access, StorageWriteService writeService) ProfileStoreServiceRuntimeDelegatable_Factory.newInstance(OverridesRegistry context, GsonSerde serde, UserProfileCache profileCache, DFSConfig dfsConfig, BucketAccessService access, StorageWriteService writeService) Constructors in de.adorsys.datasafe.directory.impl.profile.operations.actions with parameters of type UserProfileCacheModifierConstructorDescriptionProfileRemovalServiceImpl(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) ProfileRetrievalServiceImpl(DFSConfig dfsConfig, StorageReadService readService, StorageCheckService checkService, BucketAccessService access, GsonSerde serde, UserProfileCache userProfileCache) ProfileRetrievalServiceImplRuntimeDelegatable(OverridesRegistry context, DFSConfig dfsConfig, StorageReadService readService, StorageCheckService checkService, BucketAccessService access, GsonSerde serde, UserProfileCache userProfileCache) ProfileStoreService(GsonSerde serde, UserProfileCache profileCache, DFSConfig dfsConfig, BucketAccessService access, StorageWriteService writeService) ProfileStoreServiceRuntimeDelegatable(OverridesRegistry context, GsonSerde serde, UserProfileCache profileCache, DFSConfig dfsConfig, BucketAccessService access, StorageWriteService writeService)