Package | Description |
---|---|
com.atlassian.jira.security.auth.trustedapps | |
com.atlassian.jira.util.system |
Modifier and Type | Field and Description |
---|---|
static Comparator<TrustedApplicationInfo> |
TrustedApplicationService.NAME_COMPARATOR
Compares two given TrustedApplicationInfo objects by their names and returns the result of the comparison.
|
Modifier and Type | Method and Description |
---|---|
TrustedApplicationInfo |
TrustedApplicationService.get(JiraServiceContext jiraServiceContext,
long id)
Find a
TrustedApplicationInfo given an ID. |
TrustedApplicationInfo |
DefaultTrustedApplicationService.get(JiraServiceContext context,
long id) |
TrustedApplicationInfo |
TrustedApplicationService.get(JiraServiceContext jiraServiceContext,
String applicationId)
Find a
TrustedApplicationInfo given an application ID. |
TrustedApplicationInfo |
DefaultTrustedApplicationService.get(JiraServiceContext context,
String applicationId) |
TrustedApplicationInfo |
TrustedApplicationManager.get(long id)
Find a
TrustedApplicationInfo given an ID. |
TrustedApplicationInfo |
CachingTrustedApplicationManager.get(long id) |
TrustedApplicationInfo |
DefaultTrustedApplicationManager.get(long id) |
TrustedApplicationInfo |
TrustedApplicationManager.get(String applicationId)
Find a
TrustedApplicationInfo given an application ID. |
TrustedApplicationInfo |
CachingTrustedApplicationManager.get(String applicationId) |
TrustedApplicationInfo |
DefaultTrustedApplicationManager.get(String applicationId) |
TrustedApplicationInfo |
TrustedApplicationManager.store(ApplicationUser user,
TrustedApplicationInfo info)
Persist a
TrustedApplicationInfo |
TrustedApplicationInfo |
CachingTrustedApplicationManager.store(ApplicationUser user,
TrustedApplicationInfo info) |
TrustedApplicationInfo |
DefaultTrustedApplicationManager.store(ApplicationUser user,
TrustedApplicationInfo info) |
TrustedApplicationInfo |
TrustedApplicationService.store(JiraServiceContext jiraServiceContext,
TrustedApplicationInfo info)
Persist a
TrustedApplicationInfo |
TrustedApplicationInfo |
DefaultTrustedApplicationService.store(JiraServiceContext context,
TrustedApplicationInfo info) |
TrustedApplicationInfo |
TrustedApplicationManager.store(String user,
TrustedApplicationInfo info)
Persist a
TrustedApplicationInfo |
TrustedApplicationInfo |
CachingTrustedApplicationManager.store(String user,
TrustedApplicationInfo info) |
TrustedApplicationInfo |
DefaultTrustedApplicationManager.store(String user,
TrustedApplicationInfo info) |
TrustedApplicationInfo |
TrustedApplicationBuilder.toInfo() |
Modifier and Type | Method and Description |
---|---|
Set<TrustedApplicationInfo> |
TrustedApplicationManager.getAll()
Find all
TrustedApplicationInfo objects in the system. |
Set<TrustedApplicationInfo> |
CachingTrustedApplicationManager.getAll() |
Set<TrustedApplicationInfo> |
DefaultTrustedApplicationManager.getAll() |
Set<TrustedApplicationInfo> |
TrustedApplicationService.getAll(JiraServiceContext jiraServiceContext)
Find all
TrustedApplicationInfo objects in the system. |
Set<TrustedApplicationInfo> |
DefaultTrustedApplicationService.getAll(JiraServiceContext context) |
Modifier and Type | Method and Description |
---|---|
Set<TrustedApplicationInfo> |
ExtendedSystemInfoUtils.getTrustedApplications(JiraServiceContext jiraServiceContext) |
Set<TrustedApplicationInfo> |
ExtendedSystemInfoUtilsImpl.getTrustedApplications(JiraServiceContext jiraServiceContext) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
ExtendedSystemInfoUtils.getIPMatches(TrustedApplicationInfo info) |
Set<String> |
ExtendedSystemInfoUtilsImpl.getIPMatches(TrustedApplicationInfo info) |
Set<String> |
ExtendedSystemInfoUtils.getUrlMatches(TrustedApplicationInfo info) |
Set<String> |
ExtendedSystemInfoUtilsImpl.getUrlMatches(TrustedApplicationInfo info) |
Copyright © 2002-2015 Atlassian. All Rights Reserved.