com.atlassian.jira.oauth.serviceprovider
Class OfBizServiceProviderTokenStore.Columns

java.lang.Object
  extended by com.atlassian.jira.oauth.serviceprovider.OfBizServiceProviderTokenStore.Columns
Enclosing class:
OfBizServiceProviderTokenStore

public static final class OfBizServiceProviderTokenStore.Columns
extends Object


Field Summary
static String AUTHORIZATION
           
static String CALLBACK
           
static String CONSUMER_KEY
           
static String CREATED
           
static String ID
           
static String TOKEN
           
static String TOKEN_SECRET
           
static String TTL
           
static String TYPE
           
static String USERNAME
           
static String VERIFIER
           
static String VERSION
           
 
Constructor Summary
OfBizServiceProviderTokenStore.Columns()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values

CREATED

public static final String CREATED
See Also:
Constant Field Values

TOKEN

public static final String TOKEN
See Also:
Constant Field Values

TOKEN_SECRET

public static final String TOKEN_SECRET
See Also:
Constant Field Values

TYPE

public static final String TYPE
See Also:
Constant Field Values

CONSUMER_KEY

public static final String CONSUMER_KEY
See Also:
Constant Field Values

USERNAME

public static final String USERNAME
See Also:
Constant Field Values

TTL

public static final String TTL
See Also:
Constant Field Values

AUTHORIZATION

public static final String AUTHORIZATION
See Also:
Constant Field Values

CALLBACK

public static final String CALLBACK
See Also:
Constant Field Values

VERIFIER

public static final String VERIFIER
See Also:
Constant Field Values

VERSION

public static final String VERSION
See Also:
Constant Field Values
Constructor Detail

OfBizServiceProviderTokenStore.Columns

public OfBizServiceProviderTokenStore.Columns()


Copyright © 2002-2012 Atlassian. All Rights Reserved.