public static final class

OfBizServiceProviderConsumerStore.Columns

extends Object
java.lang.Object
   ↳ com.atlassian.jira.oauth.serviceprovider.OfBizServiceProviderConsumerStore.Columns

Summary

Constants
String CALLBACK
String CREATED
String DESCRIPTION
String EXECUTING_2LO_USER
String ID
String IS_2LO_ALLOWED
String IS_2LO_IMPERSONATION_ALLOWED
String IS_3LO_ALLOWED
String KEY
String NAME
String PUBLIC_KEY
Public Constructors
OfBizServiceProviderConsumerStore.Columns()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CALLBACK

Constant Value: "callback"

public static final String CREATED

Constant Value: "created"

public static final String DESCRIPTION

Constant Value: "description"

public static final String EXECUTING_2LO_USER

Constant Value: "executingTwoLOUser"

public static final String ID

Constant Value: "id"

public static final String IS_2LO_ALLOWED

Constant Value: "twoLOAllowed"

public static final String IS_2LO_IMPERSONATION_ALLOWED

Constant Value: "twoLOImpersonationAllowed"

public static final String IS_3LO_ALLOWED

Constant Value: "threeLOAllowed"

public static final String KEY

Constant Value: "consumerKey"

public static final String NAME

Constant Value: "name"

public static final String PUBLIC_KEY

Constant Value: "publicKey"

Public Constructors

public OfBizServiceProviderConsumerStore.Columns ()