public class OAuthCredentials
extends org.jclouds.domain.Credentials
PrivateKey to sign
requests.| Modifier and Type | Class and Description |
|---|---|
static class |
OAuthCredentials.Builder |
| Modifier and Type | Field and Description |
|---|---|
PrivateKey |
privateKey
The private key associated with Credentials#identity.
|
| Constructor and Description |
|---|
OAuthCredentials(String identity,
String credential,
PrivateKey privateKey) |
| Modifier and Type | Method and Description |
|---|---|
static OAuthCredentials.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
OAuthCredentials.Builder |
toBuilder() |
String |
toString() |
public final PrivateKey privateKey
public OAuthCredentials(String identity, String credential, PrivateKey privateKey)
public static OAuthCredentials.Builder builder()
public OAuthCredentials.Builder toBuilder()
toBuilder in class org.jclouds.domain.Credentialspublic boolean equals(Object obj)
equals in class org.jclouds.domain.Credentialspublic int hashCode()
hashCode in class org.jclouds.domain.Credentialspublic String toString()
toString in class org.jclouds.domain.Credentialsprotected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.