public class AccessFactory
extends java.lang.Object
AccessFactory is responsible for creating instances of services
contained inside the com.vmware.appliance.access package and also has the subpackages reference
to access respective subpackage services.
| Modifier and Type | Method and Description |
|---|---|
Consolecli |
consolecliService()
Returns an instance of class
Consolecli |
Dcui |
dcuiService()
Returns an instance of class
Dcui |
static AccessFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
Shell |
shellService()
Returns an instance of class
Shell |
Ssh |
sshService()
Returns an instance of class
Ssh |
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static AccessFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory - StubFactory instance is responsible for creating stubsstubConfig - StubConfiguration instance is required to authenticate the requestAccessFactory factory instancepublic Consolecli consolecliService()
Consoleclipublic void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)