Class ApiKeyCredentials
- java.lang.Object
-
- org.jclouds.rackspace.cloudidentity.v2_0.domain.ApiKeyCredentials
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ApiKeyCredentials.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protected
ApiKeyCredentials(String username, String apiKey)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApiKeyCredentials.Builder
builder()
static ApiKeyCredentials
createWithUsernameAndApiKey(String username, String apiKey)
boolean
equals(Object object)
String
getApiKey()
String
getUsername()
int
hashCode()
ApiKeyCredentials.Builder
toBuilder()
String
toString()
-
-
-
Method Detail
-
builder
public static ApiKeyCredentials.Builder builder()
-
toBuilder
public ApiKeyCredentials.Builder toBuilder()
-
createWithUsernameAndApiKey
public static ApiKeyCredentials createWithUsernameAndApiKey(String username, String apiKey)
-
getUsername
public String getUsername()
- Returns:
- the username
-
getApiKey
public String getApiKey()
- Returns:
- the apiKey
-
-