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 StringAUTH_KEYstatic StringNETWORK_INTERFACEstatic StringPORTstatic StringSSL_KEYSTORE_PASSstatic StringSSL_KEYSTORE_PATHstatic StringSSL_USEstatic StringSTATUSPAGE_TYPE
-
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
-
STATUSPAGE_TYPE
public static final String STATUSPAGE_TYPE
- See Also:
- Constant Field Values
-
-