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 |
---|---|
String |
OAuth2Credentials.generateBrowserUrlToAuthorizeNativeApplication(OAuthScope scope) |
Modifier and Type | Field and Description |
---|---|
static OAuthScope |
OAuthConstants.GSOAuth2_10.Scopes.FullControl |
static OAuthScope |
OAuthConstants.GSOAuth2_10.Scopes.ReadOnly |
static OAuthScope |
OAuthConstants.GSOAuth2_10.Scopes.ReadWrite |
Modifier and Type | Method and Description |
---|---|
String |
OAuthUtils.generateBrowserUrlToAuthorizeNativeApplication(OAuthScope scope)
Generate the URL for an OAuth authorization end-point that a person can visit in a
web browser to authorize access to a storage resource, where access is limited to
the given scope.
|
Copyright © 2006–2018. All rights reserved.