Class JiraOAuthGetAccessToken

java.lang.Object
java.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.http.GenericUrl
com.google.api.client.auth.oauth.AbstractOAuthGetToken
com.google.api.client.auth.oauth.OAuthGetAccessToken
org.apache.camel.component.jira.oauth.JiraOAuthGetAccessToken
All Implemented Interfaces:
Cloneable, Map<String,Object>

public class JiraOAuthGetAccessToken extends com.google.api.client.auth.oauth.OAuthGetAccessToken
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.google.api.client.util.GenericData

    com.google.api.client.util.GenericData.Flags

    Nested classes/interfaces inherited from class java.util.AbstractMap

    AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>

    Nested classes/interfaces inherited from interface java.util.Map

    Map.Entry<K,V>
  • Field Summary

    Fields inherited from class com.google.api.client.auth.oauth.OAuthGetAccessToken

    temporaryToken, verifier

    Fields inherited from class com.google.api.client.auth.oauth.AbstractOAuthGetToken

    consumerKey, signer, transport, usePost
  • Constructor Summary

    Constructors
    Constructor
    Description
    JiraOAuthGetAccessToken(String authorizationServerUrl)
     
  • Method Summary

    Methods inherited from class com.google.api.client.auth.oauth.OAuthGetAccessToken

    createParameters

    Methods inherited from class com.google.api.client.auth.oauth.AbstractOAuthGetToken

    execute

    Methods inherited from class com.google.api.client.http.GenericUrl

    appendRawPath, build, buildAuthority, buildRelativeUrl, clone, equals, getAll, getFirst, getFragment, getHost, getPathParts, getPort, getRawPath, getScheme, getUserInfo, hashCode, set, setFragment, setHost, setPathParts, setPort, setRawPath, setScheme, setUserInfo, toPathParts, toPathParts, toString, toURI, toURL, toURL

    Methods inherited from class com.google.api.client.util.GenericData

    entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys

    Methods inherited from class java.util.AbstractMap

    clear, containsKey, containsValue, isEmpty, keySet, size, values

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • JiraOAuthGetAccessToken

      public JiraOAuthGetAccessToken(String authorizationServerUrl)