java.lang.Object |
↳ |
com.atlassian.jira.oauth.serviceprovider.OfBizServiceProviderConsumerStore |
Class Overview
OfBiz Consumer Store implementation. This store is responsible for persisting a white list of OAuth consumers that
can be edited by admins in JIRA's admin section. This list will most likely not be very large.
Summary
Nested Classes |
class |
OfBizServiceProviderConsumerStore.Columns |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
com.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore
Consumer
|
get(String arg0)
|
Iterable<Consumer>
|
getAll()
|
void
|
put(Consumer arg0)
|
void
|
remove(String arg0)
|
|
Constants
public
static
final
boolean
IS_2LO_ALLOWED_DEFAULT
public
static
final
String
TABLE
Constant Value:
"OAuthServiceProviderConsumer"
Public Constructors
Public Methods
public
Consumer
get
(String key)
public
void
put
(Consumer consumer)
public
void
remove
(String key)