org.jclouds.trmk.vcloud_0_8.internal
Interface TerremarkVCloudLoginAsyncClient


public interface TerremarkVCloudLoginAsyncClient

Establishes a context with a VCloud endpoint.

Author:
Adrian Cole
See Also:

Method Summary
 com.google.common.util.concurrent.ListenableFuture<VCloudSession> login()
          This request returns a token to use in subsequent requests.
 

Method Detail

login

com.google.common.util.concurrent.ListenableFuture<VCloudSession> login()
This request returns a token to use in subsequent requests. After ten minutes of inactivity, the token expires and you have to request a new token with this call.



Copyright © 2009-2011 jclouds. All Rights Reserved.