Uses of Interface
com.atlassian.sal.api.user.UserProfile
Packages that use UserProfile
-
Uses of UserProfile in com.atlassian.sal.api.user
Methods in com.atlassian.sal.api.user that return UserProfileModifier and TypeMethodDescriptionUserManager.getRemoteUser()Returns the profile of the currently logged in user or null if no user can be found.UserManager.getRemoteUser(javax.servlet.http.HttpServletRequest request) Returns theUserProfileof the currently logged in user or null if no user can be found.UserManager.getUserProfile(UserKey userKey) Returns aUserProfile objectfor the specified user or null if no user can be foundUserManager.getUserProfile(String username) Returns aUserProfile objectfor the specified user or null if no user can be found