Class OAuthAsynchronousJiraRestClientFactory

java.lang.Object
com.atlassian.jira.rest.client.internal.async.AsynchronousJiraRestClientFactory
org.apache.camel.component.jira.oauth.OAuthAsynchronousJiraRestClientFactory
All Implemented Interfaces:
com.atlassian.jira.rest.client.api.JiraRestClientFactory

public class OAuthAsynchronousJiraRestClientFactory extends com.atlassian.jira.rest.client.internal.async.AsynchronousJiraRestClientFactory
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.atlassian.jira.rest.client.api.JiraRestClient
    create(URI serverUri, com.atlassian.jira.rest.client.api.AuthenticationHandler authenticationHandler)
     

    Methods inherited from class com.atlassian.jira.rest.client.internal.async.AsynchronousJiraRestClientFactory

    create, createWithAuthenticationHandler, createWithBasicHttpAuthentication

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OAuthAsynchronousJiraRestClientFactory

      public OAuthAsynchronousJiraRestClientFactory()
  • Method Details

    • create

      public com.atlassian.jira.rest.client.api.JiraRestClient create(URI serverUri, com.atlassian.jira.rest.client.api.AuthenticationHandler authenticationHandler)
      Specified by:
      create in interface com.atlassian.jira.rest.client.api.JiraRestClientFactory
      Overrides:
      create in class com.atlassian.jira.rest.client.internal.async.AsynchronousJiraRestClientFactory