Class SyspropCredendialsBuilder


  • public class SyspropCredendialsBuilder
    extends java.lang.Object
    This class is a factory for controller credentials It reads the controller host and credentials from the following system properties:
    • rcHostname: the hostname of the controller
    • rcPort: the port of the controller
    • rcUsername: the username to be used for login
    • rcPassword: the password to be used for login
    • Constructor Detail

      • SyspropCredendialsBuilder

        public SyspropCredendialsBuilder()
    • Method Detail

      • setDefaultLocalProperties

        public static void setDefaultLocalProperties()
      • getGlobalUrlProperty

        public static java.lang.String getGlobalUrlProperty()
      • getGlobalUsernameProperty

        public static java.lang.String getGlobalUsernameProperty()
      • getGlobalPasswordProperty

        public static java.lang.String getGlobalPasswordProperty()