org.jclouds.oauth.v2.config
Annotation Type OAuthScopes


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
@Qualifier
public @interface OAuthScopes

Used to annotate REST methods/ifaces that use OAuthAuthentication.

Sets the scopes for the token request for that particular method.


Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value
Returns:
the OAuth scopes required to access the resource.


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.