Package org.jclouds.oauth.v2.config
Interface OAuthScopes
-
- All Known Implementing Classes:
GoogleCloudStorageOAuthScopes,OAuthScopes.NoScopes,OAuthScopes.ReadOrWriteScopes,OAuthScopes.SingleScope
public interface OAuthScopesImplementations are api-specific, typically routing GET or HEAD requests to a read-only role, and others to a read-write one.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOAuthScopes.NoScopesstatic classOAuthScopes.ReadOrWriteScopesstatic classOAuthScopes.SingleScope
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>forRequest(HttpRequest input)Returns a list of scopes needed to perform the request.
-
-
-
Method Detail
-
forRequest
List<String> forRequest(HttpRequest input)
Returns a list of scopes needed to perform the request.
-
-