| Package | Description |
|---|---|
| com.vmware.vcloud.api.rest.client |
Contains necessary client(s) to facilitate API calls to vCloud Director
|
| Modifier and Type | Class and Description |
|---|---|
static class |
VcdClientImpl.SessionTokenImpl
Implementation of
SessionToken to represent a current session with vCD. |
| Modifier and Type | Method and Description |
|---|---|
VcdClient.SessionToken |
VcdClientImpl.getSessionToken() |
VcdClient.SessionToken |
VcdClient.getSessionToken()
Get the current opaque session token for this client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VcdClientImpl.loginWithToken(VcdClient.SessionToken sessionToken) |
void |
VcdClient.loginWithToken(VcdClient.SessionToken sessionToken)
Reuses an existing session on the remote vCloud API end point using the supplied session
token taken from another
VcdClient. |
Copyright © 2019 VMware. All rights reserved.