Class Preference


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

    • extServerURL

      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

      public String bindAddress
      The bind address.
    • wsPort

      public int wsPort
      The Web Socket HTTP port.
    • wsSecurePort

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

      public boolean useGzip
      Flag to use Gzip compression.
    • cacheCount

      public int cacheCount
      String caching.
    • cacheMin

      public int cacheMin
      String caching.
    • cacheMax

      public int cacheMax
      String caching.
    • doVerboseTrace

      public boolean doVerboseTrace
      Tracing.
    • keyStore

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

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

      public String tosURI
      The ToS URI.
    • tosAccepted

      public boolean tosAccepted
      ToS accepted.
    • domainName

      public String domainName
      The domain name.
  • Constructor Details

    • Preference

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