Class SSLConfigurations.SysProps
- java.lang.Object
-
- org.apache.solr.util.configuration.SSLConfigurations.SysProps
-
- Enclosing class:
- SSLConfigurations
public static class SSLConfigurations.SysProps extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
SSL_CLIENT_KEY_STORE_PASSWORD
static String
SSL_CLIENT_TRUST_STORE_PASSWORD
static String
SSL_KEY_STORE_PASSWORD
static String
SSL_TRUST_STORE_PASSWORD
-
Constructor Summary
Constructors Constructor Description SysProps()
-
-
-
Field Detail
-
SSL_KEY_STORE_PASSWORD
public static final String SSL_KEY_STORE_PASSWORD
- See Also:
- Constant Field Values
-
SSL_TRUST_STORE_PASSWORD
public static final String SSL_TRUST_STORE_PASSWORD
- See Also:
- Constant Field Values
-
SSL_CLIENT_KEY_STORE_PASSWORD
public static final String SSL_CLIENT_KEY_STORE_PASSWORD
- See Also:
- Constant Field Values
-
SSL_CLIENT_TRUST_STORE_PASSWORD
public static final String SSL_CLIENT_TRUST_STORE_PASSWORD
- See Also:
- Constant Field Values
-
-