Class JiraOAuthAuthenticationHandler
- java.lang.Object
-
- org.apache.camel.component.jira.oauth.JiraOAuthAuthenticationHandler
-
- All Implemented Interfaces:
com.atlassian.jira.rest.client.api.AuthenticationHandler
public class JiraOAuthAuthenticationHandler extends Object implements com.atlassian.jira.rest.client.api.AuthenticationHandler
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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(com.atlassian.httpclient.api.Request.Builder builder)
-