Uses of Class
org.jclouds.cloudstack.domain.ApiKeyPair

Packages that use ApiKeyPair
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.util   
 

Uses of ApiKeyPair in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return ApiKeyPair
 ApiKeyPair ApiKeyPair.Builder.build()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type ApiKeyPair
 int ApiKeyPair.compareTo(ApiKeyPair arg0)
           
 

Uses of ApiKeyPair in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return ApiKeyPair
 ApiKeyPair GlobalUserClient.registerUserKeys(long userId)
          This command allows a user to register for the developer API, returning a secret key and an API key
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type ApiKeyPair
 com.google.common.util.concurrent.ListenableFuture<ApiKeyPair> GlobalUserAsyncClient.registerUserKeys(long userId)
           
 

Uses of ApiKeyPair in org.jclouds.cloudstack.util
 

Methods in org.jclouds.cloudstack.util that return ApiKeyPair
static ApiKeyPair ApiKeyPairs.loginToEndpointAsUsernameInDomainWithPasswordAndReturnApiKeyPair(URI endpoint, String username, String password, String domain)
          Retrieve the API key pair for a given CloudStack user
 



Copyright © 2009-2012 jclouds. All Rights Reserved.