com.atlassian.jira.security.auth.trustedapps.CurrentApplicationStore |
Known Indirect Subclasses |
Store for JIRA's own CurrentApplication.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return JIRA's com.atlassian.security.auth.trustedapps.CurrentApplication.
| |||||||||||
Get the current KeyPair used by trusted apps.
| |||||||||||
Set the current application's (aka JIRA's) trusted application properties.
| |||||||||||
Set the current application's (aka JIRA's) trusted application properties.
|
Return JIRA's com.atlassian.security.auth.trustedapps.CurrentApplication. Will create a CurrentApplication if one does not exist or has been set.
Get the current KeyPair used by trusted apps.
KeyPair
used by trustedapps.
Set the current application's (aka JIRA's) trusted application properties.
applicationId | the name of JIRA's trusted application. Passing an empty or null string will result
in an IllegalArgumentException . |
---|---|
pair | public and private key used for trusted apps. Passing null for pair or either the private or
public key will result in an IllegalArgumentException .
|
Set the current application's (aka JIRA's) trusted application properties.
applicationId | the name of JIRA's trusted application. Passing null will set an automatically generated ID. |
---|---|
publicKey | string representation of the public key. Must be a valid key or a
IllegalArgumentException will be thrown. |
privateKey | string representation of the private key. Must be valid key or a
IllegalArgumentException will be thrown.
|