org.jclouds.vcloud.internal
Interface VCloudLoginAsyncClient

All Superinterfaces:
Closeable

public interface VCloudLoginAsyncClient
extends Closeable

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.
 
Methods inherited from interface java.io.Closeable
close
 

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-2013 The Apache Software Foundation. All Rights Reserved.