Class Preference


public class Preference extends AbstractPreferenceInitializer
Class used to initialize default preference values.
Author:
Christopher Mindus
  • Field Details Link icon

    • extServerURL Link icon

      public String extServerURL
      External web server URL, including protocol and potential port number.

      This setting must be set if the retrieval of the local host name e.g. does not include the domain DNS suffix, or that the name is known on external nets differently than on the internal network. This host name is typically used for the OAuth 2.0 authentication callback URL's.

    • bindAddress Link icon

      public String bindAddress
      The bind address.
    • wsPort Link icon

      public int wsPort
      The Web Socket HTTP port.
    • wsSecurePort Link icon

      public int wsSecurePort
      The Secure Web Socket HTTPS port.
    • useGzip Link icon

      public boolean useGzip
      Flag to use Gzip compression.
    • cacheCount Link icon

      public int cacheCount
      String caching.
    • cacheMin Link icon

      public int cacheMin
      String caching.
    • cacheMax Link icon

      public int cacheMax
      String caching.
    • doVerboseTrace Link icon

      public boolean doVerboseTrace
      Tracing.
    • keyStore Link icon

      public String keyStore
      The PKCS#12 KeyStore file name.
    • password Link icon

      public String password
      The password to use for the KeyStore.
    • tosURI Link icon

      public String tosURI
      The ToS URI.
    • tosAccepted Link icon

      public boolean tosAccepted
      ToS accepted.
    • domainName Link icon

      public String domainName
      The domain name.
  • Constructor Details Link icon

    • Preference Link icon

      public Preference()
      Construction of the class.
  • Method Details Link icon