| Package | Description |
|---|---|
| com.box.boxjavalibv2 | |
| com.box.boxjavalibv2.authorization | |
| com.box.boxjavalibv2.dao | |
| com.box.boxjavalibv2.resourcemanagers |
| Modifier and Type | Method and Description |
|---|---|
BoxOAuthToken |
BoxClient.getAuthData()
Get the OAuth data.
|
protected BoxOAuthToken |
BoxClient.getOAuthTokenFromMessage(IAuthFlowMessage message) |
| Modifier and Type | Method and Description |
|---|---|
BoxOAuthToken |
OAuthDataController.getAuthData()
Get OAuthData, counting number of retries, in case of too many retries, throw.
|
BoxOAuthToken |
OAuthDataMessage.getData()
Get the OAuthData out from the value(String).
|
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthDataController.setOAuthData(BoxOAuthToken token) |
void |
OAuthAuthorization.setOAuthData(BoxOAuthToken data) |
| Constructor and Description |
|---|
OAuthDataMessage(BoxOAuthToken oauthData,
IBoxJSONParser parser,
IBoxResourceHub hub)
Constructor.
|
| Constructor and Description |
|---|
BoxOAuthToken(BoxOAuthToken obj)
Copy constructor, this does deep copy for all the fields.
|
| Modifier and Type | Method and Description |
|---|---|
BoxOAuthToken |
BoxOAuthManager.createOAuth(BoxOAuthRequestObject requestObject)
Create an OAuth token.
|
BoxOAuthToken |
BoxOAuthManager.refreshOAuth(BoxOAuthRequestObject requestObject)
Refresh the OAuth token.
|
Copyright © 2014. All Rights Reserved.