Uses of Class
com.vmware.nsx_policy.model.LdapIdentitySourceProbeResults
-
Packages that use LdapIdentitySourceProbeResults Package Description com.vmware.nsx_policy.aaa com.vmware.nsx_policy.model -
-
Uses of LdapIdentitySourceProbeResults in com.vmware.nsx_policy.aaa
Methods in com.vmware.nsx_policy.aaa that return LdapIdentitySourceProbeResults Modifier and Type Method Description LdapIdentitySourceProbeResults
LdapIdentitySources. probe(java.lang.String ldapIdentitySourceId)
Attempt to connect to an existing LDAP identity source and report any errors encountered.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. probe(java.lang.String ldapIdentitySourceId)
LdapIdentitySourceProbeResults
LdapIdentitySourcesStub. probe(java.lang.String ldapIdentitySourceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
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
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.LdapIdentitySourceProbeResults
LdapIdentitySourcesStub. probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource)
LdapIdentitySourceProbeResults
LdapIdentitySourcesStub. probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.aaa with type arguments of type LdapIdentitySourceProbeResults Modifier and Type Method Description 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
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. probe(java.lang.String ldapIdentitySourceId, com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback)
void
LdapIdentitySourcesStub. probe(java.lang.String ldapIdentitySourceId, 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)
Verify that the configuration of an LDAP identity source is correct before actually creating the source.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.void
LdapIdentitySourcesStub. probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource, com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback)
void
LdapIdentitySourcesStub. probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource, com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of LdapIdentitySourceProbeResults in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return LdapIdentitySourceProbeResults Modifier and Type Method 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()
-