| Class | Description |
|---|---|
| JiraOAuthAuthenticationHandler |
This authentication handler uses the 3-legged OAuth approach described in
https://developer.atlassian.com/server/jira/platform/oauth/ The user must manually retrieve a verification code,
access token and consumer key to use this authenticator.
|
| JiraOAuthGetAccessToken | |
| OAuthAsynchronousHttpClientFactory |
Similar to AsynchronousHttpClientFactory, except we use a custom OAuthHttpClientDecorator
|
| OAuthAsynchronousJiraRestClientFactory | |
| OAuthHttpClientDecorator |
Similar to AtlassianHttpClientDecorator, except this class exposes the URI and HTTP Method to the request builder
|
Apache Camel