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 PeerCertificateChain
LdapIdentitySources. fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint)
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)
PeerCertificateChain
LdapIdentitySourcesStub. 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 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.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)
-
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 PeerCertificateChain
PeerCertificateChain. _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 PeerCertificateChain
PeerCertificateChain. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PeerCertificateChain
PeerCertificateChain.Builder. build()
-