Interface UserProfileLocation

All Known Implementing Classes:
DefaultUserProfileLocationImpl

public interface UserProfileLocation
Bootstrap for user profile-file locations.
  • Method Details

    • locatePrivateProfile

      AbsoluteLocation<PrivateResource> locatePrivateProfile(UserID ofUser)
      Bootstraps location of file with user private profile
      Parameters:
      ofUser - user for whom to get profile
      Returns:
      Location of users' private profile file
    • locatePublicProfile

      AbsoluteLocation<PublicResource> locatePublicProfile(UserID ofUser)
      Bootstraps location of file with user public profile
      Parameters:
      ofUser - user for whom to get profile
      Returns:
      Location of users' public profile file