Uses of Class
com.atlassian.jira.security.auth.trustedapps.TrustedApplicationInfo

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 DefaultTrustedApplicationService.get(JiraServiceContext context, long id)
           
 TrustedApplicationInfo TrustedApplicationService.get(JiraServiceContext jiraServiceContext, long id)
          Find a TrustedApplicationInfo given an ID.
 TrustedApplicationInfo DefaultTrustedApplicationService.get(JiraServiceContext context, String applicationId)
           
 TrustedApplicationInfo TrustedApplicationService.get(JiraServiceContext jiraServiceContext, String applicationId)
          Find a TrustedApplicationInfo given an application ID.
 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 DefaultTrustedApplicationService.store(JiraServiceContext context, TrustedApplicationInfo info)
           
 TrustedApplicationInfo TrustedApplicationService.store(JiraServiceContext jiraServiceContext, TrustedApplicationInfo info)
          Persist a TrustedApplicationInfo
 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 TrustedApplicationManager.store(com.atlassian.crowd.embedded.api.User user, TrustedApplicationInfo info)
          Persist a TrustedApplicationInfo
 TrustedApplicationInfo CachingTrustedApplicationManager.store(com.atlassian.crowd.embedded.api.User user, TrustedApplicationInfo info)
           
 TrustedApplicationInfo DefaultTrustedApplicationManager.store(com.atlassian.crowd.embedded.api.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> CachingTrustedApplicationManager.getAll()
           
 Set<TrustedApplicationInfo> DefaultTrustedApplicationManager.getAll()
           
 Set<TrustedApplicationInfo> DefaultTrustedApplicationService.getAll(JiraServiceContext context)
           
 Set<TrustedApplicationInfo> TrustedApplicationService.getAll(JiraServiceContext jiraServiceContext)
          Find all TrustedApplicationInfo objects in the system.
 

Methods in com.atlassian.jira.security.auth.trustedapps with parameters of type TrustedApplicationInfo
 TrustedApplicationBuilder TrustedApplicationBuilder.set(TrustedApplicationInfo info)
           
 TrustedApplicationInfo DefaultTrustedApplicationService.store(JiraServiceContext context, TrustedApplicationInfo info)
           
 TrustedApplicationInfo TrustedApplicationService.store(JiraServiceContext jiraServiceContext, TrustedApplicationInfo info)
          Persist a TrustedApplicationInfo
 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 TrustedApplicationManager.store(com.atlassian.crowd.embedded.api.User user, TrustedApplicationInfo info)
          Persist a TrustedApplicationInfo
 TrustedApplicationInfo CachingTrustedApplicationManager.store(com.atlassian.crowd.embedded.api.User user, TrustedApplicationInfo info)
           
 TrustedApplicationInfo DefaultTrustedApplicationManager.store(com.atlassian.crowd.embedded.api.User user, TrustedApplicationInfo info)
           
 

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)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.