Package org.jclouds.oauth.v2.config
Class OAuthScopes.NoScopes
- java.lang.Object
-
- org.jclouds.oauth.v2.config.OAuthScopes.NoScopes
-
- All Implemented Interfaces:
OAuthScopes
- Enclosing interface:
- OAuthScopes
public abstract static class OAuthScopes.NoScopes extends Object implements OAuthScopes
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jclouds.oauth.v2.config.OAuthScopes
OAuthScopes.NoScopes, OAuthScopes.ReadOrWriteScopes, OAuthScopes.SingleScope
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OAuthScopes.NoScopes
create()
List<String>
forRequest(HttpRequest input)
Returns a list of scopes needed to perform the request.
-
-
-
Method Detail
-
create
public static OAuthScopes.NoScopes create()
-
forRequest
public List<String> forRequest(HttpRequest input)
Description copied from interface:OAuthScopes
Returns a list of scopes needed to perform the request.- Specified by:
forRequest
in interfaceOAuthScopes
-
-