Class ProviderAccount

    • Field Detail

      • username

        protected String username
        The username necessary to connect to this provider's services. This may have different names at each provider (e.g. at Amazon, this is the Access Key ID)
      • password

        protected String password
        The password necessary to connect to this provider's services. This may have different names at each provider (e.g. at Amazon, this is the Secret Access Key)
    • Constructor Detail

      • ProviderAccount

        public ProviderAccount()
    • Method Detail

      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)