Uses of Interface
com.atlassian.sal.api.user.UserProfile

Packages that use UserProfile
com.atlassian.sal.api.user   
 

Uses of UserProfile in com.atlassian.sal.api.user
 

Methods in com.atlassian.sal.api.user that return UserProfile
 UserProfile UserManager.getRemoteUser()
          Returns the profile of the currently logged in user or null if no user can be found.
 UserProfile UserManager.getRemoteUser(javax.servlet.http.HttpServletRequest request)
          Returns the UserProfile of the currently logged in user or null if no user can be found.
 UserProfile UserManager.getUserProfile(String username)
          Returns a UserProfile object for the specified user or null if no user can be found
 UserProfile UserManager.getUserProfile(UserKey userKey)
          Returns a UserProfile object for the specified user or null if no user can be found
 



Copyright © 2014 Atlassian. All rights reserved.