public class TrustedClustersFactory
extends java.lang.Object
TrustedClustersFactory
is responsible for creating instances of services
contained inside the com.vmware.vcenter.trusted_infrastructure.trusted_clusters package and also has the subpackages reference
to access respective subpackage services.
Modifier and Type | Method and Description |
---|---|
AttestationFactory |
attestation()
The
com.vmware.vcenter.trusted_infrastructure.trusted_clusters.attestation package
provides interfaces for configuring Attestation Services for Trusted Clusters. |
static TrustedClustersFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
KmsFactory |
kms()
The
com.vmware.vcenter.trusted_infrastructure.trusted_clusters.kms
package provides interfaces for configuring Key Provider Services for Trusted
Clusters. |
ServicesAppliedConfig |
servicesAppliedConfigService()
Returns an instance of class
ServicesAppliedConfig |
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static TrustedClustersFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory
- StubFactory
instance is responsible for creating stubsstubConfig
- StubConfiguration
instance is required to authenticate the requestTrustedClustersFactory
factory instancepublic ServicesAppliedConfig servicesAppliedConfigService()
ServicesAppliedConfig
public AttestationFactory attestation()
com.vmware.vcenter.trusted_infrastructure.trusted_clusters.attestation
package
provides interfaces for configuring Attestation Services for Trusted Clusters.public KmsFactory kms()
com.vmware.vcenter.trusted_infrastructure.trusted_clusters.kms
package provides interfaces for configuring Key Provider Services for Trusted
Clusters.public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)