public class KmsFactory
extends java.lang.Object
KmsFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters.kms package and also has the subpackages reference
to access respective subpackage services.
| Modifier and Type | Method and Description |
|---|---|
static KmsFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
ProvidersFactory |
providers()
The
com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters.kms.providers
package provides the interfaces for configuring the Key Providers of a Trust
Authority Cluster. |
Providers |
providersService()
Returns an instance of class
Providers |
ServiceStatus |
serviceStatusService()
Returns an instance of class
ServiceStatus |
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static KmsFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory - StubFactory instance is responsible for creating stubsstubConfig - StubConfiguration instance is required to authenticate the requestKmsFactory factory instancepublic ServiceStatus serviceStatusService()
ServiceStatuspublic ProvidersFactory providers()
com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters.kms.providers
package provides the interfaces for configuring the Key Providers of a Trust
Authority Cluster.public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)