| 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 |
|---|---|
class |
VcdBasicLoginCredentials
Username@Org/password Credentials suitable for use in authenticating with a vCD server using the
vCloud API
|
class |
VcdBearerLoginCredentials
Bearer Token credentials suitable for use in authenticating with a vCD server using the
vCloud API.
|
class |
VcdMultisiteLoginCredentials
Certificate based credentials for signing the body of a multisite request.
|
class |
VcdSignLoginCredentials
Saml Token/Org-name credentials suitable for use in authenticating with a vCD server using the
vCloud API
|
| Modifier and Type | Method and Description |
|---|---|
void |
VcdClientImpl.login(ClientCredentials credentials) |
void |
VcdClient.login(ClientCredentials credentials)
Deprecated.
|
void |
VcdClientImpl.setCredentials(ClientCredentials credentials) |
void |
VcdClient.setCredentials(ClientCredentials credentials)
Sets the credentials used for authentication.
|
Copyright © 2019 VMware. All rights reserved.