Package com.linkedin.venice.security
Class SSLConfig.ConfigHelper
- java.lang.Object
-
- com.linkedin.venice.security.SSLConfig.ConfigHelper
-
- Enclosing class:
- SSLConfig
public static class SSLConfig.ConfigHelper extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SSLConfig.ConfigHelper.MissingConfigParameterException
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
getRequired(T o)
static java.lang.Object
getRequiredObject(java.lang.Object o)
-
-
-
Method Detail
-
getRequiredObject
public static java.lang.Object getRequiredObject(java.lang.Object o) throws SSLConfig.ConfigHelper.MissingConfigParameterException
-
getRequired
public static <T> T getRequired(T o) throws SSLConfig.ConfigHelper.MissingConfigParameterException
-
-