public class CertificateManagementFactory
extends java.lang.Object
CertificateManagementFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.certificate_management package and also has the subpackages reference
to access respective subpackage services.
| Modifier and Type | Method and Description |
|---|---|
static CertificateManagementFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
VcenterFactory |
vcenter()
The
com.vmware.vcenter.certificate_management.vcenter package provides
interfaces to manage certificates. |
public static CertificateManagementFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory - StubFactory instance is responsible for creating stubsstubConfig - StubConfiguration instance is required to authenticate the requestCertificateManagementFactory factory instancepublic VcenterFactory vcenter()
com.vmware.vcenter.certificate_management.vcenter package provides
interfaces to manage certificates.public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)