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