| Package | Description |
|---|---|
| com.vmware.cxfrestclient | |
| com.vmware.vcloud.api.rest.client |
Contains necessary client(s) to facilitate API calls to vCloud Director
|
| Modifier and Type | Method and Description |
|---|---|
static CxfClientSecurityContext |
CxfClientSecurityContext.getCxfClientSecurityContext(KeyStore keystore,
char[] keyPassword,
KeyStore truststore,
Collection<String> ciphers,
boolean enableHostnameVerification)
Factory method to get a context that will configure
AbstractCxfRestClient's SSL
Handshake context and hostname verifier as specified by the input provided |
static CxfClientSecurityContext |
CxfClientSecurityContext.getCxfClientSecurityContext(KeyStore keystore,
char[] keyPassword,
KeyStore truststore,
Collection<String> protocols,
Collection<String> ciphers,
boolean enableHostnameVerification)
Factory method to get a context that will configure
AbstractCxfRestClient's SSL
Handshake context and hostname verifier as specified by the input provided |
static CxfClientSecurityContext |
CxfClientSecurityContext.getCxfClientSecurityContext(SSLSocketFactory sslSocketFactory,
boolean enableHostnameVerification)
Factory method to get a context that will configure
AbstractCxfRestClient's SSL
Handshake context and hostname verifier as specified by the input provided |
static CxfClientSecurityContext |
CxfClientSecurityContext.getDefaultCxfClientSecurityContext()
Factory method to get a context that will configure
AbstractCxfRestClient to use
system default key managers, trust managers and cipher suites for SSL Handshake and system
default hostname verifier for https |
| Constructor and Description |
|---|
AbstractCxfRestClient(URI endpoint,
CxfClientSecurityContext cxfClientSecurityContext) |
| Constructor and Description |
|---|
VcdClientImpl(URI endpoint,
List<com.vmware.vcloud.api.rest.version.ApiVersion> candidateVersions,
CxfClientSecurityContext cxfClientSecurityContext)
Creates an instance of VcdClientImpl with given endpoint, cxfClientSecurityContext and
determines an
ApiVersion supported by both given vCD endpoint, and given list
of preferred API versions in candidateVersions |
VcdClientImpl(URI endpoint,
String apiVersion,
CxfClientSecurityContext cxfClientSecurityContext)
Creates an instance of VcdClientImpl with given endpoint, API version and cxfClientSecurityContext.
|
Copyright © 2019 VMware. All rights reserved.