Class DefaultUserProfileCache
java.lang.Object
de.adorsys.datasafe.directory.impl.profile.operations.DefaultUserProfileCache
- All Implemented Interfaces:
UserProfileCache
- Direct Known Subclasses:
DefaultUserProfileCacheRuntimeDelegatable
Default map-based cache that contains user profiles.
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultUserProfileCache(Map<UserID, UserPublicProfile> publicProfile, Map<UserID, UserPrivateProfile> privateProfile) -
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.impl.profile.operations.UserProfileCache
getPrivateProfile, getPublicProfile
-
Constructor Details
-
DefaultUserProfileCache
@Inject public DefaultUserProfileCache(Map<UserID, UserPublicProfile> publicProfile, Map<UserID, UserPrivateProfile> privateProfile)
-