Class DomainConstants

java.lang.Object
com.sun.enterprise.admin.servermgmt.domain.DomainConstants

public class DomainConstants extends Object
  • Field Details

    • ADMIN_KEY_FILE

      public static final String ADMIN_KEY_FILE
      Filename contains encrypted admin credentials.
      See Also:
    • CONFIG_DIR

      public static final String CONFIG_DIR
      Name of configuration directory.
      See Also:
    • BIN_DIR

      public static final String BIN_DIR
      Name of binary directory.
      See Also:
    • DOMAIN_INFO_XML

      public static final String DOMAIN_INFO_XML
      The file name stores the basic domain information.
      See Also:
    • DOMAIN_PASSWORD_FILE

      public static final String DOMAIN_PASSWORD_FILE
      Domain password file name.
      See Also:
    • INFO_DIRECTORY

      public static final String INFO_DIRECTORY
      Name of directory stores the domain information.
      See Also:
    • KEYSTORE_FILE

      public static final String KEYSTORE_FILE
      Filename contains the server certificates, including its private key.
      See Also:
    • MASTERPASSWORD_FILE

      public static final String MASTERPASSWORD_FILE
      Master password file name stores the password for secure key store.
      See Also:
    • TRUSTSTORE_FILE

      public static final String TRUSTSTORE_FILE
      Filename contains the trusted certificates, including public keys.
      See Also:
    • DOMAIN_XML_FILE

      public static final String DOMAIN_XML_FILE
      Filename contains most of the domain configuration.
      See Also:
  • Constructor Details

    • DomainConstants

      public DomainConstants()