Package de.xima.fc.config
Class XfcConfigKeys.FrontendServer
- java.lang.Object
-
- de.xima.fc.config.XfcConfigKeys.FrontendServer
-
- Enclosing class:
- XfcConfigKeys
public static final class XfcConfigKeys.FrontendServer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTH_KEY
static String
NETWORK_INTERFACE
static String
PORT
static String
SSL_KEYSTORE_PASS
static String
SSL_KEYSTORE_PATH
static String
SSL_USE
-
Constructor Summary
Constructors Constructor Description FrontendServer()
-
-
-
Field Detail
-
AUTH_KEY
public static final String AUTH_KEY
- See Also:
- Constant Field Values
-
NETWORK_INTERFACE
public static final String NETWORK_INTERFACE
- See Also:
- Constant Field Values
-
PORT
public static final String PORT
- See Also:
- Constant Field Values
-
SSL_USE
public static final String SSL_USE
- See Also:
- Constant Field Values
-
SSL_KEYSTORE_PATH
public static final String SSL_KEYSTORE_PATH
- See Also:
- Constant Field Values
-
SSL_KEYSTORE_PASS
public static final String SSL_KEYSTORE_PASS
- See Also:
- Constant Field Values
-
-