Modifier and Type | Method and Description |
---|---|
protected BoxOAuthToken |
BoxAndroidClient.getOAuthTokenFromMessage(IAuthFlowMessage message) |
Modifier and Type | Class and Description |
---|---|
class |
BoxAndroidOAuthData
Data used for OAuth.
|
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 |
BoxOAuthManagerImpl.createOAuth(BoxOAuthRequestObject requestObject) |
BoxOAuthToken |
IBoxOAuthManager.createOAuth(java.lang.String code,
java.lang.String clientId,
java.lang.String clientSecret,
java.lang.String redirectUrl) |
BoxOAuthToken |
BoxOAuthManagerImpl.createOAuth(java.lang.String code,
java.lang.String clientId,
java.lang.String clientSecret,
java.lang.String redirectUrl) |
BoxOAuthToken |
IBoxOAuthManager.createOAuth(java.lang.String code,
java.lang.String clientId,
java.lang.String clientSecret,
java.lang.String redirectUrl,
java.lang.String deviceId,
java.lang.String deviceName) |
BoxOAuthToken |
BoxOAuthManagerImpl.createOAuth(java.lang.String code,
java.lang.String clientId,
java.lang.String clientSecret,
java.lang.String redirectUrl,
java.lang.String deviceId,
java.lang.String deviceName) |
BoxOAuthToken |
BoxOAuthManagerImpl.refreshOAuth(BoxOAuthRequestObject requestObject) |
BoxOAuthToken |
IBoxOAuthManager.refreshOAuth(java.lang.String refreshToken,
java.lang.String clientId,
java.lang.String clientSecret)
Refresh OAuth.
|
BoxOAuthToken |
BoxOAuthManagerImpl.refreshOAuth(java.lang.String refreshToken,
java.lang.String clientId,
java.lang.String clientSecret) |
BoxOAuthToken |
IBoxOAuthManager.refreshOAuth(java.lang.String refreshToken,
java.lang.String clientId,
java.lang.String clientSecret,
java.lang.String deviceId,
java.lang.String deviceName)
Refresh OAuth.
|
BoxOAuthToken |
BoxOAuthManagerImpl.refreshOAuth(java.lang.String refreshToken,
java.lang.String clientId,
java.lang.String clientSecret,
java.lang.String deviceId,
java.lang.String deviceName) |
Modifier and Type | Method and Description |
---|---|
BoxOAuthToken |
MockOAuthManager.createOAuth(BoxOAuthRequestObject requestObject) |
BoxOAuthToken |
MockOAuthManager.refreshOAuth(BoxOAuthRequestObject requestObject) |