| 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.
|
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 |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static IdentitySourceLdapServerProbeResult |
IdentitySourceLdapServerProbeResult._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 IdentitySourceLdapServerProbeResult |
IdentitySourceLdapServerProbeResult._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
IdentitySourceLdapServerProbeResult |
IdentitySourceLdapServerProbeResult.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IdentitySourceLdapServerProbeResult> |
LdapIdentitySourceProbeResults.getResults()
Probe results for all probed LDAP servers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LdapIdentitySourceProbeResults.setResults(java.util.List<IdentitySourceLdapServerProbeResult> results)
Probe results for all probed LDAP servers.
|
LdapIdentitySourceProbeResults.Builder |
LdapIdentitySourceProbeResults.Builder.setResults(java.util.List<IdentitySourceLdapServerProbeResult> results)
Probe results for all probed LDAP servers.
|