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 PeerCertificateChainLdapIdentitySources. fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint)Attempt to connect to an LDAP server and retrieve the server certificate it presents.voidLdapIdentitySources. 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.voidLdapIdentitySources. 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.PeerCertificateChainLdapIdentitySources. fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Attempt to connect to an LDAP server and retrieve the server certificate it presents.PeerCertificateChainLdapIdentitySourcesStub. fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint)voidLdapIdentitySourcesStub. fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint, com.vmware.vapi.bindings.client.AsyncCallback<PeerCertificateChain> asyncCallback)voidLdapIdentitySourcesStub. fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint, com.vmware.vapi.bindings.client.AsyncCallback<PeerCertificateChain> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)PeerCertificateChainLdapIdentitySourcesStub. 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 IdentitySourceLdapServerEndpointIdentitySourceLdapServerEndpoint. _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 IdentitySourceLdapServerEndpointIdentitySourceLdapServerEndpoint. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IdentitySourceLdapServerEndpointIdentitySourceLdapServerEndpoint.Builder. build()
-