org.jclouds.oauth.v2.config
Class OAuthProperties

java.lang.Object
  extended by org.jclouds.oauth.v2.config.OAuthProperties

public class OAuthProperties
extends Object

Configurable properties for jclouds OAuth


Field Summary
static String AUDIENCE
          The oauth audience, who this token is intended for.
static String SCOPES
          Optional list of comma-separated scopes to use when no OAuthScopes annotation is present.
static String SIGNATURE_OR_MAC_ALGORITHM
          The selected signature algorithm to use to sign the requests.
 
Constructor Summary
OAuthProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIGNATURE_OR_MAC_ALGORITHM

public static final String SIGNATURE_OR_MAC_ALGORITHM
The selected signature algorithm to use to sign the requests.

This refers to the name the oauth provider expects, i.e., "RSA

See Also:
Constant Field Values

AUDIENCE

public static final String AUDIENCE
The oauth audience, who this token is intended for. For instance in JWT and for google API's this property maps to: {"aud","https://accounts.google.com/o/oauth2/token"}

See Also:
doc, Constant Field Values

SCOPES

public static final String SCOPES
Optional list of comma-separated scopes to use when no OAuthScopes annotation is present.

See Also:
Constant Field Values
Constructor Detail

OAuthProperties

public OAuthProperties()


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