Class DiffusionClientCredentials
DiffusionClientCredentials
This class specifies all of the user credentials.
This class is used as a default and any connection details passed into the connect method of DiffusionClient will be extended by this class
Fields Summary
String
|
password
A token that can be referenced by the Diffusion Server as password |
String
|
username
A token that can be referenced by the Diffusion Server as username |
Constructor Summary
null
|
DiffusionClientCredentials
|
Method Summary
Constructor Details
DiffusionClientCredentials
DiffusionClientCredentials
Field Details
password
String password
A token that can be referenced by the Diffusion Server as password
- Default Value:
- ""
username
String username
A token that can be referenced by the Diffusion Server as username
- Default Value:
- ""