| Package | Description |
|---|---|
| com.atlassian.sal.api.user |
| Modifier and Type | Method and Description |
|---|---|
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 © 2021 Atlassian. All rights reserved.