public class DefaultUserProfileLocationImpl extends Object implements UserProfileLocation
| Constructor and Description |
|---|
DefaultUserProfileLocationImpl(Uri systemRoot) |
| Modifier and Type | Method and Description |
|---|---|
AbsoluteLocation<PrivateResource> |
locatePrivateProfile(UserID ofUser)
Bootstraps location of file with user private profile
|
AbsoluteLocation<PublicResource> |
locatePublicProfile(UserID ofUser)
Bootstraps location of file with user public profile
|
public DefaultUserProfileLocationImpl(Uri systemRoot)
public AbsoluteLocation<PrivateResource> locatePrivateProfile(UserID ofUser)
UserProfileLocationlocatePrivateProfile in interface UserProfileLocationofUser - user for whom to get profilepublic AbsoluteLocation<PublicResource> locatePublicProfile(UserID ofUser)
UserProfileLocationlocatePublicProfile in interface UserProfileLocationofUser - user for whom to get profileCopyright © 2019. All rights reserved.