Uses of Class
com.vmware.nsx_policy.model.IdentitySourceLdapServerProbeResult
-
Packages that use IdentitySourceLdapServerProbeResult Package Description com.vmware.nsx_policy.aaa com.vmware.nsx_policy.model -
-
Uses of IdentitySourceLdapServerProbeResult in com.vmware.nsx_policy.aaa
Methods in com.vmware.nsx_policy.aaa that return IdentitySourceLdapServerProbeResult Modifier and Type Method Description IdentitySourceLdapServerProbeResultLdapIdentitySources. 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.IdentitySourceLdapServerProbeResultLdapIdentitySources. 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.IdentitySourceLdapServerProbeResultLdapIdentitySourcesStub. probeldapserver(IdentitySourceLdapServer identitySourceLdapServer)IdentitySourceLdapServerProbeResultLdapIdentitySourcesStub. probeldapserver(IdentitySourceLdapServer identitySourceLdapServer, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.aaa with type arguments of type IdentitySourceLdapServerProbeResult Modifier and Type Method Description voidLdapIdentitySources. 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.voidLdapIdentitySources. 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.voidLdapIdentitySourcesStub. probeldapserver(IdentitySourceLdapServer identitySourceLdapServer, com.vmware.vapi.bindings.client.AsyncCallback<IdentitySourceLdapServerProbeResult> asyncCallback)voidLdapIdentitySourcesStub. probeldapserver(IdentitySourceLdapServer identitySourceLdapServer, com.vmware.vapi.bindings.client.AsyncCallback<IdentitySourceLdapServerProbeResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of IdentitySourceLdapServerProbeResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IdentitySourceLdapServerProbeResult Modifier and Type Method Description static IdentitySourceLdapServerProbeResultIdentitySourceLdapServerProbeResult. _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 IdentitySourceLdapServerProbeResultIdentitySourceLdapServerProbeResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IdentitySourceLdapServerProbeResultIdentitySourceLdapServerProbeResult.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type IdentitySourceLdapServerProbeResult Modifier and Type Method Description java.util.List<IdentitySourceLdapServerProbeResult>LdapIdentitySourceProbeResults. getResults()Probe results for all probed LDAP servers.Method parameters in com.vmware.nsx_policy.model with type arguments of type IdentitySourceLdapServerProbeResult Modifier and Type Method Description LdapIdentitySourceProbeResults.BuilderLdapIdentitySourceProbeResults.Builder. setResults(java.util.List<IdentitySourceLdapServerProbeResult> results)Probe results for all probed LDAP servers.voidLdapIdentitySourceProbeResults. setResults(java.util.List<IdentitySourceLdapServerProbeResult> results)Probe results for all probed LDAP servers.
-