public class IdentityFirewallStoresFactory
extends java.lang.Object
IdentityFirewallStoresFactory is responsible for creating instances of services
contained inside the com.vmware.nsx_policy.infra.identity_firewall_stores package and also has the subpackages reference
to access respective subpackage services.
| Modifier and Type | Method and Description |
|---|---|
EventLogServers |
eventLogServersService()
Returns an instance of class
EventLogServers |
static IdentityFirewallStoresFactory |
getFactory(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
GroupsFactory |
groups() |
LdapServers |
ldapServersService()
Returns an instance of class
LdapServers |
void |
updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig) |
UsersFactory |
users() |
Users |
usersService()
Returns an instance of class
Users |
public static IdentityFirewallStoresFactory 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 requestIdentityFirewallStoresFactory factory instancepublic EventLogServers eventLogServersService()
EventLogServerspublic LdapServers ldapServersService()
LdapServerspublic GroupsFactory groups()
public UsersFactory users()
public void updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig)