| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.aaa | |
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
LdapIdentitySourceProbeResults |
LdapIdentitySourcesStub.probe(java.lang.String ldapIdentitySourceId) |
LdapIdentitySourceProbeResults |
LdapIdentitySources.probe(java.lang.String ldapIdentitySourceId)
Attempt to connect to an existing LDAP identity source and report any errors
encountered.
|
LdapIdentitySourceProbeResults |
LdapIdentitySourcesStub.probe(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
LdapIdentitySourceProbeResults |
LdapIdentitySources.probe(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Attempt to connect to an existing LDAP identity source and report any errors
encountered.
|
LdapIdentitySourceProbeResults |
LdapIdentitySourcesStub.probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource) |
LdapIdentitySourceProbeResults |
LdapIdentitySources.probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource)
Verify that the configuration of an LDAP identity source is correct before
actually creating the source.
|
LdapIdentitySourceProbeResults |
LdapIdentitySourcesStub.probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
LdapIdentitySourceProbeResults |
LdapIdentitySources.probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Verify that the configuration of an LDAP identity source is correct before
actually creating the source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LdapIdentitySourcesStub.probe(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback) |
void |
LdapIdentitySources.probe(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback)
Attempt to connect to an existing LDAP identity source and report any errors
encountered.
|
void |
LdapIdentitySourcesStub.probe(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
LdapIdentitySources.probe(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Attempt to connect to an existing LDAP identity source and report any errors
encountered.
|
void |
LdapIdentitySourcesStub.probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback) |
void |
LdapIdentitySources.probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback)
Verify that the configuration of an LDAP identity source is correct before
actually creating the source.
|
void |
LdapIdentitySourcesStub.probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
LdapIdentitySources.probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Verify that the configuration of an LDAP identity source is correct before
actually creating the source.
|
| Modifier and Type | Method and Description |
|---|---|
static LdapIdentitySourceProbeResults |
LdapIdentitySourceProbeResults._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 LdapIdentitySourceProbeResults |
LdapIdentitySourceProbeResults._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
LdapIdentitySourceProbeResults |
LdapIdentitySourceProbeResults.Builder.build() |