com.atlassian.sal.confluence.user
Class ConfluenceUserProfile

java.lang.Object
  extended by com.atlassian.sal.confluence.user.ConfluenceUserProfile
All Implemented Interfaces:
com.atlassian.sal.api.user.UserProfile

public final class ConfluenceUserProfile
extends Object
implements com.atlassian.sal.api.user.UserProfile


Constructor Summary
ConfluenceUserProfile(com.atlassian.user.User user, ProfilePictureInfo profilePictureInfo)
           
 
Method Summary
 String getEmail()
          
 String getFullName()
          
 URI getProfilePageUri()
          
 URI getProfilePictureUri()
          
 URI getProfilePictureUri(int width, int height)
          
 String getUsername()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceUserProfile

public ConfluenceUserProfile(com.atlassian.user.User user,
                             ProfilePictureInfo profilePictureInfo)
Method Detail

getUsername

public String getUsername()

Specified by:
getUsername in interface com.atlassian.sal.api.user.UserProfile

getFullName

public String getFullName()

Specified by:
getFullName in interface com.atlassian.sal.api.user.UserProfile

getEmail

public String getEmail()

Specified by:
getEmail in interface com.atlassian.sal.api.user.UserProfile

getProfilePictureUri

public URI getProfilePictureUri(int width,
                                int height)

Specified by:
getProfilePictureUri in interface com.atlassian.sal.api.user.UserProfile

getProfilePictureUri

public URI getProfilePictureUri()

Specified by:
getProfilePictureUri in interface com.atlassian.sal.api.user.UserProfile

getProfilePageUri

public URI getProfilePageUri()

Specified by:
getProfilePageUri in interface com.atlassian.sal.api.user.UserProfile


Copyright © 2003-2012 Atlassian. All Rights Reserved.