Uses of Class
com.vmware.nsx_policy.model.PeerCertificateChain
-
Packages that use PeerCertificateChain Package Description com.vmware.nsx_policy.aaa com.vmware.nsx_policy.model -
-
Uses of PeerCertificateChain in com.vmware.nsx_policy.aaa
Methods in com.vmware.nsx_policy.aaa that return PeerCertificateChain Modifier and Type Method Description PeerCertificateChainLdapIdentitySources. fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint)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)PeerCertificateChainLdapIdentitySourcesStub. fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.aaa with type arguments of type PeerCertificateChain Modifier and Type Method Description 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.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) -
Uses of PeerCertificateChain in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PeerCertificateChain Modifier and Type Method Description static PeerCertificateChainPeerCertificateChain. _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 PeerCertificateChainPeerCertificateChain. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PeerCertificateChainPeerCertificateChain.Builder. build()
-