|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.oauth.v2.config.OAuthProperties
public class OAuthProperties
Configurable properties for jclouds OAuth
| Field Summary | |
|---|---|
static String |
AUDIENCE
The oauth audience, who this token is intended for. |
static String |
CREDENTIAL_TYPE
Specify if credentials are id + private key or if you are reusing an oauth2 token. |
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 |
|---|
public static final String SIGNATURE_OR_MAC_ALGORITHM
public static final String AUDIENCE
public static final String SCOPES
public static final String CREDENTIAL_TYPE
CredentialType,
Constant Field Values| Constructor Detail |
|---|
public OAuthProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||