Class Overview
Persists client consumer information via OfBiz.
Summary
Nested Classes |
class |
OfBizConsumerStore.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.consumer.core.ConsumerServiceStore
ConsumerServiceStore.ConsumerAndSecret
|
get(String arg0)
|
Iterable<Consumer>
|
getAllServiceProviders()
|
ConsumerServiceStore.ConsumerAndSecret
|
getByKey(String arg0)
|
void
|
put(String arg0, ConsumerServiceStore.ConsumerAndSecret arg1)
|
void
|
removeByKey(String arg0)
|
|
Constants
public
static
final
String
TABLE
Constant Value:
"OAuthConsumer"
Public Constructors
Public Methods
public
ConsumerServiceStore.ConsumerAndSecret
get
(String service)
public
Iterable<Consumer>
getAllServiceProviders
()
public
ConsumerServiceStore.ConsumerAndSecret
getByKey
(String key)
public
void
put
(String service, ConsumerServiceStore.ConsumerAndSecret cas)
public
void
removeByKey
(String key)