Sorry if I post in wrong place but I don't know where is the right place to ask this question , to admin, please feel free to move this post to right place:)
We're VMware Parter that develop plugins for vRO.Recently we received a mail from VMware saying that Compatibility Certification with vRO 7.0 is changed a bit compared with vRO 6.0, and raised the follwing questions as the required certification process in vRO 7.0:
4: Question: If your plug-in uses SSL/TLS for communicating to a certain host, is the library responsible for establishing the SSL/TLS connection using the SSLContext provided by the ISslService?
Expected answer is yes.
5: Question: If your plug-in is storing connection data for communicating with the third-party system (such as host/ip and credentials), is the plug-in using the IEndpointConfigurationService?
Expected answer is yes.
Rational for 4 and 5: SSLContext() and IEndpointConfigurationService() APIs are required to achieve cluster-aware configuration - configuring the plug-in on one node will configure the plug-in on all other nodes.
However, we'd like to ask what is ISslService and IEndpointConfigurationService? How to implement it? What jars are they in?We googled , looked up the development guide vrealize-orchestrator-60-developers-guide.pdf(vRealize Orchestrator Plug-in SDK for vRA 7.0 - VMware Developer Center but still points to 6.0's developers guide and I can find 7.0's guide) but can not find the docs about ISslService and IEndpointConfigurationService.
We'll appreciate if anyone can advise on the sample codes/docs/API about how to implement them. Thanks!