Class DomainConstants


  • public class DomainConstants
    extends Object
    • Field Detail

      • ADMIN_KEY_FILE

        public static final String ADMIN_KEY_FILE
        Filename contains encrypted admin credentials.
        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
      • 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
    • Constructor Detail

      • DomainConstants

        public DomainConstants()