Uses of Class
com.atlassian.jira.util.OnDemand

Packages that use OnDemand
com.atlassian.jira.security.auth.trustedapps   
com.atlassian.jira.web.action.project   
 

Uses of OnDemand in com.atlassian.jira.security.auth.trustedapps
 

Classes in com.atlassian.jira.security.auth.trustedapps with annotations of type OnDemand
 interface CurrentApplicationStore
          Store for JIRA's own CurrentApplication.
 

Methods in com.atlassian.jira.security.auth.trustedapps with annotations of type OnDemand
 KeyPair CurrentApplicationStore.getKeyPair()
          Get the current KeyPair used by trusted apps.
 void CurrentApplicationStore.setCurrentApplication(String applicationId, KeyPair pair)
          Set the current application's (aka JIRA's) trusted application properties.
 void CurrentApplicationStore.setCurrentApplication(String applicationId, String publicKey, String privateKey)
          Set the current application's (aka JIRA's) trusted application properties.
 TrustedApplicationInfo TrustedApplicationManager.store(String user, TrustedApplicationInfo info)
          Persist a TrustedApplicationInfo
 

Uses of OnDemand in com.atlassian.jira.web.action.project
 

Constructors in com.atlassian.jira.web.action.project with annotations of type OnDemand
AddProject(ProjectService projectService, AvatarService avatarService, AvatarManager avatarManager, PermissionSchemeManager permissionSchemeManager, UserManager userManager, UserPickerSearchService userPickerSearchService)
           
EditProject(ProjectService projectService, AvatarManager avatarManager, UserManager userManager)
           
ViewProjects(UserUtil userUtil, UserManager userManager, VelocityRequestContextFactory velocityRequestContextFactory)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.