Class ProviderAccount

java.lang.Object
org.duracloud.account.db.model.BaseEntity
org.duracloud.account.db.model.ProviderAccount
Direct Known Subclasses:
StorageProviderAccount

@MappedSuperclass public abstract class ProviderAccount extends BaseEntity
  • Field Details

    • 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 Details

    • ProviderAccount

      public ProviderAccount()
  • Method Details

    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername(String username)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)