| Package | Description |
|---|---|
| org.exoplatform.moxtra |
Core components for Moxtra support.
|
| org.exoplatform.moxtra.client |
HTTP client to Moxtra REST API.
|
| org.exoplatform.moxtra.jcr |
Moxtra artifacts storage implementation based on JCR.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentHashMap<String,MoxtraClient> |
MoxtraService.users |
| Modifier and Type | Method and Description |
|---|---|
protected MoxtraClient |
MoxtraService.createOAuthClient()
Create Moxtra client for OAuth2 authorization method.
|
MoxtraClient |
MoxtraService.getClient()
Get
MoxtraClient from clients pool. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MoxtraClientStore.load(MoxtraClient client)
Load stored client data into given client instance.
|
MoxtraMeet |
MoxtraClientStore.readMeet(MoxtraClient client) |
MoxtraUser |
MoxtraClientStore.readUser(MoxtraClient client) |
void |
MoxtraClientStore.save(MoxtraClient client)
Save given client data in the store.
|
void |
MoxtraClientStore.saveMeet(MoxtraClient client,
MoxtraMeet meet) |
void |
MoxtraClientStore.saveUser(MoxtraClient client,
MoxtraUser user) |
| Modifier and Type | Field and Description |
|---|---|
protected MoxtraClient |
MoxtraClientInitializer.client |
| Modifier and Type | Method and Description |
|---|---|
MoxtraClient |
MoxtraClient.OAuth2Authorizer.authorize(String code) |
MoxtraClient |
MoxtraClient.OAuth2Authorizer.refresh() |
| Constructor and Description |
|---|
MoxtraClientInitializer(MoxtraClient client) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JCRMoxtraClientStore.load(MoxtraClient client)
Load stored client data into given client instance.
|
protected boolean |
JCRMoxtraClientStore.loadListenToken(javax.jcr.Node userNode,
MoxtraClient client) |
MoxtraMeet |
JCRMoxtraClientStore.readMeet(MoxtraClient client) |
MoxtraUser |
JCRMoxtraClientStore.readUser(MoxtraClient client) |
void |
JCRMoxtraClientStore.save(MoxtraClient client)
Save given client data in the store.
|
protected void |
JCRMoxtraClientStore.saveListenToken(javax.jcr.Node userNode,
MoxtraClient client)
Save client token in given user node (should be already moxtra:userStore).
|
void |
JCRMoxtraClientStore.saveMeet(MoxtraClient client,
MoxtraMeet meet) |
void |
JCRMoxtraClientStore.saveUser(MoxtraClient client,
MoxtraUser user) |
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.