Class DomainConstants
- java.lang.Object
-
- com.sun.enterprise.admin.servermgmt.domain.DomainConstants
-
public class DomainConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringADMIN_KEY_FILEFilename contains encrypted admin credentials.static StringBIN_DIRName of binary directory.static StringCONFIG_DIRName of configuration directory.static StringDOMAIN_INFO_XMLThe file name stores the basic domain information.static StringDOMAIN_PASSWORD_FILEDomain password file name.static StringDOMAIN_XML_FILEFilename contains most of the domain configuration.static StringINFO_DIRECTORYName of directory stores the domain information.static StringKEYSTORE_FILEFilename contains the server certificates, including its private key.static StringMASTERPASSWORD_FILEMaster password file name stores the password for secure key store.static StringTRUSTSTORE_FILEFilename contains the trusted certificates, including public keys.
-
Constructor Summary
Constructors Constructor Description DomainConstants()
-
-
-
Field Detail
-
ADMIN_KEY_FILE
public static final String ADMIN_KEY_FILE
Filename contains encrypted admin credentials.- See Also:
- Constant Field Values
-
CONFIG_DIR
public static final String CONFIG_DIR
Name of configuration directory.- See Also:
- Constant Field Values
-
BIN_DIR
public static final String BIN_DIR
Name of binary directory.- See Also:
- Constant Field Values
-
DOMAIN_INFO_XML
public static final String DOMAIN_INFO_XML
The file name stores the basic domain information.- See Also:
- Constant Field Values
-
DOMAIN_PASSWORD_FILE
public static final String DOMAIN_PASSWORD_FILE
Domain password file name.- See Also:
- Constant Field Values
-
INFO_DIRECTORY
public static final String INFO_DIRECTORY
Name of directory stores the domain information.- See Also:
- Constant Field Values
-
KEYSTORE_FILE
public static final String KEYSTORE_FILE
Filename contains the server certificates, including its private key.- See Also:
- Constant Field Values
-
MASTERPASSWORD_FILE
public static final String MASTERPASSWORD_FILE
Master password file name stores the password for secure key store.- See Also:
- Constant Field Values
-
TRUSTSTORE_FILE
public static final String TRUSTSTORE_FILE
Filename contains the trusted certificates, including public keys.- See Also:
- Constant Field Values
-
DOMAIN_XML_FILE
public static final String DOMAIN_XML_FILE
Filename contains most of the domain configuration.- See Also:
- Constant Field Values
-
-