Class ControllerCredentials

    • Constructor Detail

      • ControllerCredentials

        public ControllerCredentials​(String hostname,
                                     int port,
                                     String username,
                                     String password)
      • ControllerCredentials

        public ControllerCredentials​(String serverUrl,
                                     String username,
                                     String password)
    • Method Detail

      • getServerUrl

        public String getServerUrl()
      • getUsername

        public String getUsername()
      • getPassword

        public String getPassword()