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