Uses of Class
com.atlassian.sal.api.user.UserKey

Packages that use UserKey
com.atlassian.sal.api.features   
com.atlassian.sal.api.message   
com.atlassian.sal.api.search   
com.atlassian.sal.api.user   
com.atlassian.sal.api.usersettings   
 

Uses of UserKey in com.atlassian.sal.api.features
 

Methods in com.atlassian.sal.api.features with parameters of type UserKey
 void DarkFeatureManager.disableFeatureForUser(UserKey userKey, String featureKey)
          Disable a dark feature for the given user only.
 void DarkFeatureManager.enableFeatureForUser(UserKey userKey, String featureKey)
          Enable a dark feature for the given user only.
 EnabledDarkFeatures DarkFeatureManager.getFeaturesEnabledForUser(UserKey userKey)
          Return enabled features for a given user.
 boolean DarkFeatureManager.isFeatureEnabledForUser(UserKey userKey, String featureKey)
          Checks if a dark feature is enabled for all users or just for the given user.
 

Uses of UserKey in com.atlassian.sal.api.message
 

Methods in com.atlassian.sal.api.message with parameters of type UserKey
 Locale LocaleResolver.getLocale(UserKey userKey)
          Resolve the Locale that should be used in internationalization and localization.
 

Uses of UserKey in com.atlassian.sal.api.search
 

Methods in com.atlassian.sal.api.search with parameters of type UserKey
 SearchResults SearchProvider.search(UserKey userKey, String searchQuery)
          Runs the a search given a query and returns a searchResult.
 

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

Methods in com.atlassian.sal.api.user that return UserKey
static UserKey UserKey.fromLong(long userId)
          Builds a UserKey object from a long id.
 UserKey UserManager.getRemoteUserKey()
          Returns the key of the currently logged in user or null if no user can be found.
 UserKey UserManager.getRemoteUserKey(javax.servlet.http.HttpServletRequest request)
          Returns the UserKey of the currently logged in user or null if no user can be found.
 UserKey UserProfile.getUserKey()
          Returns the key of the user associated with this profile information.
 UserKey UserKeyXmlAdapter.unmarshal(String stringValue)
           
 

Methods in com.atlassian.sal.api.user with parameters of type UserKey
 UserProfile UserManager.getUserProfile(UserKey userKey)
          Returns a UserProfile object for the specified user or null if no user can be found
 boolean UserManager.isAdmin(UserKey userKey)
          Returns true or false depending on whether a user has been granted the administrator permission.
 boolean UserManager.isSystemAdmin(UserKey userKey)
          Returns true or false depending on whether a user has been granted the system administrator permission.
 boolean UserManager.isUserInGroup(UserKey userKey, String group)
          Returns whether the given user is in the given group
 String UserKeyXmlAdapter.marshal(UserKey userKey)
           
 

Uses of UserKey in com.atlassian.sal.api.usersettings
 

Methods in com.atlassian.sal.api.usersettings with parameters of type UserKey
 UserSettings UserSettingsService.getUserSettings(UserKey userKey)
          Gets the UserSettings for the given user.
 void UserSettingsService.updateUserSettings(UserKey userKey, com.google.common.base.Function<UserSettingsBuilder,UserSettings> updateFunction)
          Updates the UserSettings stored for this user.
 



Copyright © 2014 Atlassian. All rights reserved.