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 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
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.IdentitySourceLdapServerProbeResult
LdapIdentitySourcesStub. probeldapserver(IdentitySourceLdapServer identitySourceLdapServer)
IdentitySourceLdapServerProbeResult
LdapIdentitySourcesStub. 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 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
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.void
LdapIdentitySourcesStub. probeldapserver(IdentitySourceLdapServer identitySourceLdapServer, com.vmware.vapi.bindings.client.AsyncCallback<IdentitySourceLdapServerProbeResult> asyncCallback)
void
LdapIdentitySourcesStub. 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 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()
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.Builder
LdapIdentitySourceProbeResults.Builder. setResults(java.util.List<IdentitySourceLdapServerProbeResult> results)
Probe results for all probed LDAP servers.void
LdapIdentitySourceProbeResults. setResults(java.util.List<IdentitySourceLdapServerProbeResult> results)
Probe results for all probed LDAP servers.
-