Package com.atlassian.jira.help
Interface HelpUrlsApplicationKeyProvider
- All Known Implementing Classes:
BootstrapHelpUrlsApplicationKeyProvider,DefaultHelpUrlsApplicationKeyProvider
public interface HelpUrlsApplicationKeyProvider
Provides
ApplicationKey for current user.-
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.application.api.ApplicationKeyReturns application key that will be used as a key to load and then store help urls in cache,
-
Method Details
-
getApplicationKeyForUser
@Nonnull com.atlassian.application.api.ApplicationKey getApplicationKeyForUser()Returns application key that will be used as a key to load and then store help urls in cache,- Returns:
- application key for current user
-