Class ApiKeyCredentials
- java.lang.Object
-
- org.jclouds.rackspace.cloudidentity.v2_0.domain.ApiKeyCredentials
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApiKeyCredentials.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protectedApiKeyCredentials(String username, String apiKey)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApiKeyCredentials.Builderbuilder()static ApiKeyCredentialscreateWithUsernameAndApiKey(String username, String apiKey)booleanequals(Object object)StringgetApiKey()StringgetUsername()inthashCode()ApiKeyCredentials.BuildertoBuilder()StringtoString()
-
-
-
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
-
-