Package org.jclouds.oauth.v2.config
Interface OAuthScopes
-
- All Known Implementing Classes:
GoogleCloudStorageOAuthScopes
,OAuthScopes.NoScopes
,OAuthScopes.ReadOrWriteScopes
,OAuthScopes.SingleScope
public interface OAuthScopes
Implementations 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 class
OAuthScopes.NoScopes
static class
OAuthScopes.ReadOrWriteScopes
static class
OAuthScopes.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.
-
-