org.jclouds.vcloud.internal
Interface VCloudLoginApi

All Superinterfaces:
Closeable

public interface VCloudLoginApi
extends Closeable


Method Summary
 VCloudSession login()
          This request returns a token to use in subsequent requests.
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

login

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.