Package | Description |
---|---|
org.jets3t.service.security |
Provides encryption/decryption facilities and the AWSCredentials credential container object.
|
org.jets3t.service.utils.oauth |
Modifier and Type | Method and Description |
---|---|
OAuth2Tokens |
OAuth2Credentials.getOAuth2Tokens() |
Modifier and Type | Method and Description |
---|---|
void |
OAuth2Credentials.setOAuth2Tokens(OAuth2Tokens tokens) |
Modifier and Type | Method and Description |
---|---|
OAuth2Tokens |
OAuthUtils.refreshOAuth2AccessToken(OAuth2Tokens tokens)
Retrieve and return a refreshed access token from an OAuth2 token end-point using the
refresh token in the provided tokens object.
|
OAuth2Tokens |
OAuthUtils.retrieveOAuth2TokensFromAuthorization(String authorizationCode)
Swap the given authorization token for access/refresh tokens (and optional expiry time)
from an OAuth token endpoint.
|
Modifier and Type | Method and Description |
---|---|
OAuth2Tokens |
OAuthUtils.refreshOAuth2AccessToken(OAuth2Tokens tokens)
Retrieve and return a refreshed access token from an OAuth2 token end-point using the
refresh token in the provided tokens object.
|
Copyright © 2006–2018. All rights reserved.