Uses of Class
com.vmware.nsx_policy.model.IdentitySourceLdapServerEndpoint
-
Packages that use IdentitySourceLdapServerEndpoint Package Description com.vmware.nsx_policy.aaa com.vmware.nsx_policy.model -
-
Uses of IdentitySourceLdapServerEndpoint in com.vmware.nsx_policy.aaa
Methods in com.vmware.nsx_policy.aaa with parameters of type IdentitySourceLdapServerEndpoint Modifier and Type Method Description PeerCertificateChain
LdapIdentitySources. fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint)
Attempt to connect to an LDAP server and retrieve the server certificate it presents.void
LdapIdentitySources. fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint, com.vmware.vapi.bindings.client.AsyncCallback<PeerCertificateChain> asyncCallback)
Attempt to connect to an LDAP server and retrieve the server certificate it presents.void
LdapIdentitySources. fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint, com.vmware.vapi.bindings.client.AsyncCallback<PeerCertificateChain> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Attempt to connect to an LDAP server and retrieve the server certificate it presents.PeerCertificateChain
LdapIdentitySources. fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Attempt to connect to an LDAP server and retrieve the server certificate it presents.PeerCertificateChain
LdapIdentitySourcesStub. fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint)
void
LdapIdentitySourcesStub. fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint, com.vmware.vapi.bindings.client.AsyncCallback<PeerCertificateChain> asyncCallback)
void
LdapIdentitySourcesStub. fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint, com.vmware.vapi.bindings.client.AsyncCallback<PeerCertificateChain> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PeerCertificateChain
LdapIdentitySourcesStub. fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of IdentitySourceLdapServerEndpoint in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IdentitySourceLdapServerEndpoint Modifier and Type Method Description static IdentitySourceLdapServerEndpoint
IdentitySourceLdapServerEndpoint. _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 IdentitySourceLdapServerEndpoint
IdentitySourceLdapServerEndpoint. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IdentitySourceLdapServerEndpoint
IdentitySourceLdapServerEndpoint.Builder. build()
-