| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.aaa | |
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
IdentitySourceLdapServerProbeResult |
LdapIdentitySourcesStub.probeldapserver(IdentitySourceLdapServer identitySourceLdapServer) |
IdentitySourceLdapServerProbeResult |
LdapIdentitySources.probeldapserver(IdentitySourceLdapServer identitySourceLdapServer)
Attempt to connect to an LDAP server and ensure that the server can be contacted
using the given URL and authentication credentials.
|
void |
LdapIdentitySourcesStub.probeldapserver(IdentitySourceLdapServer identitySourceLdapServer,
com.vmware.vapi.bindings.client.AsyncCallback<IdentitySourceLdapServerProbeResult> asyncCallback) |
void |
LdapIdentitySources.probeldapserver(IdentitySourceLdapServer identitySourceLdapServer,
com.vmware.vapi.bindings.client.AsyncCallback<IdentitySourceLdapServerProbeResult> asyncCallback)
Attempt to connect to an LDAP server and ensure that the server can be contacted
using the given URL and authentication credentials.
|
void |
LdapIdentitySourcesStub.probeldapserver(IdentitySourceLdapServer identitySourceLdapServer,
com.vmware.vapi.bindings.client.AsyncCallback<IdentitySourceLdapServerProbeResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
LdapIdentitySources.probeldapserver(IdentitySourceLdapServer identitySourceLdapServer,
com.vmware.vapi.bindings.client.AsyncCallback<IdentitySourceLdapServerProbeResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Attempt to connect to an LDAP server and ensure that the server can be contacted
using the given URL and authentication credentials.
|
IdentitySourceLdapServerProbeResult |
LdapIdentitySourcesStub.probeldapserver(IdentitySourceLdapServer identitySourceLdapServer,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
IdentitySourceLdapServerProbeResult |
LdapIdentitySources.probeldapserver(IdentitySourceLdapServer identitySourceLdapServer,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Attempt to connect to an LDAP server and ensure that the server can be contacted
using the given URL and authentication credentials.
|
| Modifier and Type | Method and Description |
|---|---|
static IdentitySourceLdapServer |
IdentitySourceLdapServer._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static IdentitySourceLdapServer |
IdentitySourceLdapServer._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
IdentitySourceLdapServer |
IdentitySourceLdapServer.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IdentitySourceLdapServer> |
OpenLdapIdentitySource.getLdapServers()
The list of LDAP servers that provide LDAP service for this identity source.
|
java.util.List<IdentitySourceLdapServer> |
LdapIdentitySource.getLdapServers()
The list of LDAP servers that provide LDAP service for this identity source.
|
java.util.List<IdentitySourceLdapServer> |
ActiveDirectoryIdentitySource.getLdapServers()
The list of LDAP servers that provide LDAP service for this identity source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenLdapIdentitySource.setLdapServers(java.util.List<IdentitySourceLdapServer> ldapServers)
The list of LDAP servers that provide LDAP service for this identity source.
|
OpenLdapIdentitySource.Builder |
OpenLdapIdentitySource.Builder.setLdapServers(java.util.List<IdentitySourceLdapServer> ldapServers)
The list of LDAP servers that provide LDAP service for this identity source.
|
void |
LdapIdentitySource.setLdapServers(java.util.List<IdentitySourceLdapServer> ldapServers)
The list of LDAP servers that provide LDAP service for this identity source.
|
LdapIdentitySource.Builder |
LdapIdentitySource.Builder.setLdapServers(java.util.List<IdentitySourceLdapServer> ldapServers)
The list of LDAP servers that provide LDAP service for this identity source.
|
void |
ActiveDirectoryIdentitySource.setLdapServers(java.util.List<IdentitySourceLdapServer> ldapServers)
The list of LDAP servers that provide LDAP service for this identity source.
|
ActiveDirectoryIdentitySource.Builder |
ActiveDirectoryIdentitySource.Builder.setLdapServers(java.util.List<IdentitySourceLdapServer> ldapServers)
The list of LDAP servers that provide LDAP service for this identity source.
|