Package org.duracloud.account.db.model
Class ProviderAccount
java.lang.Object
org.duracloud.account.db.model.BaseEntity
org.duracloud.account.db.model.ProviderAccount
- Direct Known Subclasses:
StorageProviderAccount
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe password necessary to connect to this provider's services.protected StringThe username necessary to connect to this provider's services.Fields inherited from class org.duracloud.account.db.model.BaseEntity
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetPassword(String password) voidsetUsername(String username) Methods inherited from class org.duracloud.account.db.model.BaseEntity
equals, getId, getModified, hashCode, setId, setModified
-
Field Details
-
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
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
-
setUsername
-
getPassword
-
setPassword
-