Class RRMConfig.UCentralConfig

  • Enclosing class:
    RRMConfig

    public class RRMConfig.UCentralConfig
    extends Object
    uCentral configuration.
    • Field Detail

      • usePublicEndpoints

        public boolean usePublicEndpoints
        If set, use public service endpoints instead of private ones (UCENTRALCONFIG_USEPUBLICENDPOINTS)
      • uCentralSecPublicEndpoint

        public String uCentralSecPublicEndpoint
        uCentralSec public endpoint (UCENTRALCONFIG_UCENTRALSECPUBLICENDPOINT)
      • username

        public String username
        uCentral username (for public endpoints only) (UCENTRALCONFIG_USERNAME)
      • password

        public String password
        uCentral password (for public endpoints only) (UCENTRALCONFIG_PASSWORD)
      • verifySsl

        public boolean verifySsl
        Verify SSL/TLS certificates in HTTPS requests (UCENTRALCONFIG_VERIFYSSL)
    • Constructor Detail

      • UCentralConfig

        public UCentralConfig()