public class TlsFactory
extends java.lang.Object
TlsFactory is responsible for creating instances of services
contained inside the com.vmware.appliance.tls package and also has the subpackages reference
to access respective subpackage services.
| Modifier and Type | Method and Description |
|---|---|
static TlsFactory |
getFactory(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
ManualParametersFactory |
manualParameters()
The
com.vmware.appliance.tls.manual_parameters package provides
interfaces for managing the manual/custom TLS parameters as an alternative for
using VMware-provided standard TLS Profiles. |
ProfilesFactory |
profiles() |
Profiles |
profilesService()
Returns an instance of class
Profiles |
void |
updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig) |
public static TlsFactory getFactory(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)
stubFactory - StubFactory instance is responsible for creating stubsstubConfig - StubConfiguration instance is required to authenticate the requestTlsFactory factory instancepublic ManualParametersFactory manualParameters()
com.vmware.appliance.tls.manual_parameters package provides
interfaces for managing the manual/custom TLS parameters as an alternative for
using VMware-provided standard TLS Profiles.public ProfilesFactory profiles()
public void updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig)