Package | Description |
---|---|
com.atlassian.jira.security.auth.trustedapps | |
com.atlassian.jira.web.action.project |
Modifier and Type | Interface and Description |
---|---|
interface |
CurrentApplicationStore
Store for JIRA's own
CurrentApplication . |
Modifier and Type | Method and Description |
---|---|
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 |
Constructor and Description |
---|
ViewProjects(UserUtil userUtil,
UserManager userManager,
VelocityRequestContextFactory velocityRequestContextFactory) |
Copyright © 2002-2018 Atlassian. All Rights Reserved.