org.jclouds.vcloud.internal
Interface VCloudLoginAsyncClient


public interface VCloudLoginAsyncClient

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 30 minutes of inactivity, the token expires and you have to request a new token with this call.



Copyright © 2009-2011 jclouds. All Rights Reserved.