Uses of Class
com.atlassian.jira.security.auth.trustedapps.TrustedApplicationInfo
Packages that use TrustedApplicationInfo
-
Uses of TrustedApplicationInfo in com.atlassian.jira.security.auth.trustedapps
Fields in com.atlassian.jira.security.auth.trustedapps with type parameters of type TrustedApplicationInfoModifier and TypeFieldDescriptionstatic final Comparator<TrustedApplicationInfo>TrustedApplicationService.NAME_COMPARATORCompares two given TrustedApplicationInfo objects by their names and returns the result of the comparison.Methods in com.atlassian.jira.security.auth.trustedapps that return TrustedApplicationInfoModifier and TypeMethodDescriptionCachingTrustedApplicationManager.get(long id) DefaultTrustedApplicationManager.get(long id) DefaultTrustedApplicationService.get(JiraServiceContext context, long id) DefaultTrustedApplicationService.get(JiraServiceContext context, String applicationId) TrustedApplicationManager.get(long id) Find aTrustedApplicationInfogiven an ID.Find aTrustedApplicationInfogiven an application ID.TrustedApplicationService.get(JiraServiceContext jiraServiceContext, long id) Find aTrustedApplicationInfogiven an ID.TrustedApplicationService.get(JiraServiceContext jiraServiceContext, String applicationId) Find aTrustedApplicationInfogiven an application ID.CachingTrustedApplicationManager.store(ApplicationUser user, TrustedApplicationInfo info) CachingTrustedApplicationManager.store(String user, TrustedApplicationInfo info) DefaultTrustedApplicationManager.store(ApplicationUser user, TrustedApplicationInfo info) DefaultTrustedApplicationManager.store(String user, TrustedApplicationInfo info) DefaultTrustedApplicationService.store(JiraServiceContext context, TrustedApplicationInfo info) TrustedApplicationManager.store(ApplicationUser user, TrustedApplicationInfo info) Persist aTrustedApplicationInfoTrustedApplicationManager.store(String user, TrustedApplicationInfo info) Persist aTrustedApplicationInfoTrustedApplicationService.store(JiraServiceContext jiraServiceContext, TrustedApplicationInfo info) Persist aTrustedApplicationInfoTrustedApplicationBuilder.toInfo()Methods in com.atlassian.jira.security.auth.trustedapps that return types with arguments of type TrustedApplicationInfoModifier and TypeMethodDescriptionCachingTrustedApplicationManager.getAll()DefaultTrustedApplicationManager.getAll()DefaultTrustedApplicationService.getAll(JiraServiceContext context) TrustedApplicationManager.getAll()Find allTrustedApplicationInfoobjects in the system.TrustedApplicationService.getAll(JiraServiceContext jiraServiceContext) Find allTrustedApplicationInfoobjects in the system.Methods in com.atlassian.jira.security.auth.trustedapps with parameters of type TrustedApplicationInfoModifier and TypeMethodDescriptionTrustedApplicationBuilder.set(TrustedApplicationInfo info) CachingTrustedApplicationManager.store(ApplicationUser user, TrustedApplicationInfo info) CachingTrustedApplicationManager.store(String user, TrustedApplicationInfo info) DefaultTrustedApplicationManager.store(ApplicationUser user, TrustedApplicationInfo info) DefaultTrustedApplicationManager.store(String user, TrustedApplicationInfo info) DefaultTrustedApplicationService.store(JiraServiceContext context, TrustedApplicationInfo info) TrustedApplicationManager.store(ApplicationUser user, TrustedApplicationInfo info) Persist aTrustedApplicationInfoTrustedApplicationManager.store(String user, TrustedApplicationInfo info) Persist aTrustedApplicationInfoTrustedApplicationService.store(JiraServiceContext jiraServiceContext, TrustedApplicationInfo info) Persist aTrustedApplicationInfo -
Uses of TrustedApplicationInfo in com.atlassian.jira.util.system
Methods in com.atlassian.jira.util.system that return types with arguments of type TrustedApplicationInfoModifier and TypeMethodDescriptionExtendedSystemInfoUtils.getTrustedApplications(JiraServiceContext jiraServiceContext) ExtendedSystemInfoUtilsImpl.getTrustedApplications(JiraServiceContext jiraServiceContext) Methods in com.atlassian.jira.util.system with parameters of type TrustedApplicationInfoModifier and TypeMethodDescriptionExtendedSystemInfoUtils.getIPMatches(TrustedApplicationInfo info) ExtendedSystemInfoUtilsImpl.getIPMatches(TrustedApplicationInfo info) ExtendedSystemInfoUtils.getUrlMatches(TrustedApplicationInfo info) ExtendedSystemInfoUtilsImpl.getUrlMatches(TrustedApplicationInfo info)