Class DefaultSSLFactory

java.lang.Object
com.linkedin.venice.security.DefaultSSLFactory
All Implemented Interfaces:
SSLFactory

public class DefaultSSLFactory extends Object implements SSLFactory
Cloned from com.linkedin.security.ssl.access.control.SSLEngineComponentFactoryImpl; Changes: 1. Added a new constructor that accepts Properties; in the venice backend product, we should wrap around the LinkedIn internal SSL factory, add a new constructor that accepts Properties and plug in the wrapper into Venice; 2. Added a helper function that builds a Config from Properties