public class ConfigUtilities
Modifier and Type | Method and Description |
---|---|
static SSLConfiguration |
configureTestSSL(java.lang.String legalName) |
static SSLConfiguration |
configureTestSSL() |
static void |
configureWithDevSSLCertificate(NodeConfiguration $receiver)
Strictly for dev only automatically construct a server certificate/private key signed from
the CA certs in Node resources. Then provision KeyStores into certificates folder under node path.
|
static <T> OptionalConfig<T> |
getOrElse(com.typesafe.config.Config $receiver,
kotlin.jvm.functions.Function0<? extends T> lambda) |
static java.util.Properties |
getProperties(com.typesafe.config.Config $receiver,
java.lang.String path) |
static <T> T |
getValue(com.typesafe.config.Config $receiver,
java.lang.Object receiver,
kotlin.reflect.KProperty<?> metadata) |
public static <T> T getValue(com.typesafe.config.Config $receiver, java.lang.Object receiver, kotlin.reflect.KProperty<?> metadata)
public static <T> OptionalConfig<T> getOrElse(com.typesafe.config.Config $receiver, kotlin.jvm.functions.Function0<? extends T> lambda)
public static java.util.Properties getProperties(com.typesafe.config.Config $receiver, java.lang.String path)
public static void configureWithDevSSLCertificate(NodeConfiguration $receiver)
Strictly for dev only automatically construct a server certificate/private key signed from the CA certs in Node resources. Then provision KeyStores into certificates folder under node path.
public static SSLConfiguration configureTestSSL(java.lang.String legalName)
public static SSLConfiguration configureTestSSL()