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
 

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 CachingTrustedApplicationManager.get(long id)
           
 TrustedApplicationInfo TrustedApplicationManager.get(long id)
          Find a TrustedApplicationInfo given an ID.
 TrustedApplicationInfo DefaultTrustedApplicationManager.get(long id)
           
 TrustedApplicationInfo CachingTrustedApplicationManager.get(String applicationId)
           
 TrustedApplicationInfo TrustedApplicationManager.get(String applicationId)
          Find a TrustedApplicationInfo given an application ID.
 TrustedApplicationInfo DefaultTrustedApplicationManager.get(String applicationId)
           
 TrustedApplicationInfo DefaultTrustedApplicationService.store(JiraServiceContext context, TrustedApplicationInfo info)
           
 TrustedApplicationInfo TrustedApplicationService.store(JiraServiceContext jiraServiceContext, TrustedApplicationInfo info)
          Persist a TrustedApplicationInfo
 TrustedApplicationInfo CachingTrustedApplicationManager.store(User user, TrustedApplicationInfo info)
           
 TrustedApplicationInfo TrustedApplicationManager.store(User user, TrustedApplicationInfo info)
          Persist a TrustedApplicationInfo
 TrustedApplicationInfo DefaultTrustedApplicationManager.store(User user, TrustedApplicationInfo info)
           
 TrustedApplicationInfo TrustedApplicationBuilder.toInfo()
           
 

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 CachingTrustedApplicationManager.store(User user, TrustedApplicationInfo info)
           
 TrustedApplicationInfo TrustedApplicationManager.store(User user, TrustedApplicationInfo info)
          Persist a TrustedApplicationInfo
 TrustedApplicationInfo DefaultTrustedApplicationManager.store(User user, TrustedApplicationInfo info)
           
 

Uses of TrustedApplicationInfo in com.atlassian.jira.util.system
 

Methods in com.atlassian.jira.util.system with parameters of type TrustedApplicationInfo
 Set ExtendedSystemInfoUtils.getIPMatches(TrustedApplicationInfo info)
           
 Set ExtendedSystemInfoUtilsImpl.getIPMatches(TrustedApplicationInfo info)
           
 Set ExtendedSystemInfoUtils.getUrlMatches(TrustedApplicationInfo info)
           
 Set ExtendedSystemInfoUtilsImpl.getUrlMatches(TrustedApplicationInfo info)
           
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.