Class DefaultUserProfileLocationImpl
java.lang.Object
de.adorsys.datasafe.directory.impl.profile.config.DefaultUserProfileLocationImpl
- All Implemented Interfaces:
UserProfileLocation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlocatePrivateProfile(UserID ofUser) Bootstraps location of file with user private profilelocatePublicProfile(UserID ofUser) Bootstraps location of file with user public profile
-
Constructor Details
-
DefaultUserProfileLocationImpl
-
-
Method Details
-
locatePrivateProfile
Description copied from interface:UserProfileLocationBootstraps location of file with user private profile- Specified by:
locatePrivateProfilein interfaceUserProfileLocation- Parameters:
ofUser- user for whom to get profile- Returns:
- Location of users' private profile file
-
locatePublicProfile
Description copied from interface:UserProfileLocationBootstraps location of file with user public profile- Specified by:
locatePublicProfilein interfaceUserProfileLocation- Parameters:
ofUser- user for whom to get profile- Returns:
- Location of users' public profile file
-