|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TrustedApplicationInfo | |
|---|---|
| com.atlassian.jira.security.auth.trustedapps | |
| com.atlassian.jira.util.system | |
| Uses of TrustedApplicationInfo in com.atlassian.jira.security.auth.trustedapps |
|---|
| Fields in com.atlassian.jira.security.auth.trustedapps with type parameters of type TrustedApplicationInfo | |
|---|---|
static Comparator<TrustedApplicationInfo> |
TrustedApplicationService.NAME_COMPARATOR
Compares two given TrustedApplicationInfo objects by their names and returns the result of the comparison. |
| Methods in com.atlassian.jira.security.auth.trustedapps that return TrustedApplicationInfo | |
|---|---|
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 |
DefaultTrustedApplicationManager.get(long id)
|
TrustedApplicationInfo |
CachingTrustedApplicationManager.get(long id)
|
TrustedApplicationInfo |
TrustedApplicationManager.get(String applicationId)
Find a TrustedApplicationInfo given an application ID. |
TrustedApplicationInfo |
DefaultTrustedApplicationManager.get(String applicationId)
|
TrustedApplicationInfo |
CachingTrustedApplicationManager.get(String applicationId)
|
TrustedApplicationInfo |
TrustedApplicationService.store(JiraServiceContext jiraServiceContext,
TrustedApplicationInfo info)
Persist a TrustedApplicationInfo |
TrustedApplicationInfo |
DefaultTrustedApplicationService.store(JiraServiceContext context,
TrustedApplicationInfo info)
|
TrustedApplicationInfo |
TrustedApplicationManager.store(com.atlassian.crowd.embedded.api.User user,
TrustedApplicationInfo info)
Persist a TrustedApplicationInfo |
TrustedApplicationInfo |
TrustedApplicationManager.store(User user,
TrustedApplicationInfo info)
Persist a TrustedApplicationInfo |
TrustedApplicationInfo |
DefaultTrustedApplicationManager.store(com.atlassian.crowd.embedded.api.User user,
TrustedApplicationInfo info)
|
TrustedApplicationInfo |
DefaultTrustedApplicationManager.store(User user,
TrustedApplicationInfo info)
|
TrustedApplicationInfo |
CachingTrustedApplicationManager.store(com.atlassian.crowd.embedded.api.User user,
TrustedApplicationInfo info)
|
TrustedApplicationInfo |
CachingTrustedApplicationManager.store(User user,
TrustedApplicationInfo info)
|
TrustedApplicationInfo |
TrustedApplicationBuilder.toInfo()
|
| Methods in com.atlassian.jira.security.auth.trustedapps that return types with arguments of type TrustedApplicationInfo | |
|---|---|
Set<TrustedApplicationInfo> |
TrustedApplicationManager.getAll()
Find all TrustedApplicationInfo objects in the system. |
Set<TrustedApplicationInfo> |
DefaultTrustedApplicationManager.getAll()
|
Set<TrustedApplicationInfo> |
CachingTrustedApplicationManager.getAll()
|
Set<TrustedApplicationInfo> |
TrustedApplicationService.getAll(JiraServiceContext jiraServiceContext)
Find all TrustedApplicationInfo objects in the system. |
Set<TrustedApplicationInfo> |
DefaultTrustedApplicationService.getAll(JiraServiceContext context)
|
| Uses of TrustedApplicationInfo in com.atlassian.jira.util.system |
|---|
| Methods in com.atlassian.jira.util.system that return types with arguments of type TrustedApplicationInfo | |
|---|---|
Set<TrustedApplicationInfo> |
ExtendedSystemInfoUtilsImpl.getTrustedApplications(JiraServiceContext jiraServiceContext)
|
Set<TrustedApplicationInfo> |
ExtendedSystemInfoUtils.getTrustedApplications(JiraServiceContext jiraServiceContext)
|
| Methods in com.atlassian.jira.util.system with parameters of type TrustedApplicationInfo | |
|---|---|
Set<String> |
ExtendedSystemInfoUtilsImpl.getIPMatches(TrustedApplicationInfo info)
|
Set<String> |
ExtendedSystemInfoUtils.getIPMatches(TrustedApplicationInfo info)
|
Set<String> |
ExtendedSystemInfoUtilsImpl.getUrlMatches(TrustedApplicationInfo info)
|
Set<String> |
ExtendedSystemInfoUtils.getUrlMatches(TrustedApplicationInfo info)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||