Class DomainConstants
java.lang.Object
com.sun.enterprise.admin.servermgmt.domain.DomainConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringFilename contains encrypted admin credentials.static final StringName of binary directory.static final StringName of configuration directory.static final StringThe file name stores the basic domain information.static final StringDomain password file name.static final StringFilename contains most of the domain configuration.static final StringName of directory stores the domain information.static final StringFilename contains the server certificates, including its private key.static final StringMaster password file name stores the password for secure key store.static final StringFilename contains the trusted certificates, including public keys. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ADMIN_KEY_FILE
Filename contains encrypted admin credentials.- See Also:
-
CONFIG_DIR
Name of configuration directory.- See Also:
-
BIN_DIR
Name of binary directory.- See Also:
-
DOMAIN_INFO_XML
The file name stores the basic domain information.- See Also:
-
DOMAIN_PASSWORD_FILE
Domain password file name.- See Also:
-
INFO_DIRECTORY
Name of directory stores the domain information.- See Also:
-
KEYSTORE_FILE
Filename contains the server certificates, including its private key.- See Also:
-
MASTERPASSWORD_FILE
Master password file name stores the password for secure key store.- See Also:
-
TRUSTSTORE_FILE
Filename contains the trusted certificates, including public keys.- See Also:
-
DOMAIN_XML_FILE
Filename contains most of the domain configuration.- See Also:
-
-
Constructor Details
-
DomainConstants
public DomainConstants()
-