Stores the authentication.
More...
|
static String | GetUser () |
| Gets the actual user. More...
|
|
static String | GetPassword () |
| Gets the actual password. More...
|
|
static void | SetCredentials (String user, String password) |
| Sets the credentials that are actually used by the API. For changing the credentials a API restart is needed. More...
|
|
static Gevasys.DataCore.Webservice.Generated.SessionCreateResult | Login (DataCoreServiceClient service) |
| Executes the login for streaming services. More...
|
|
Stores the authentication.
◆ Authentication()
Gevasys.DataCore.Webservice.Authentication.Authentication |
( |
| ) |
|
|
inline |
◆ GetPassword()
static String Gevasys.DataCore.Webservice.Authentication.GetPassword |
( |
| ) |
|
|
inlinestatic |
Gets the actual password.
- Returns
- The password.
◆ GetUser()
static String Gevasys.DataCore.Webservice.Authentication.GetUser |
( |
| ) |
|
|
inlinestatic |
Gets the actual user.
- Returns
- The user.
◆ Login()
static Gevasys.DataCore.Webservice.Generated.SessionCreateResult Gevasys.DataCore.Webservice.Authentication.Login |
( |
DataCoreServiceClient |
service | ) |
|
|
inlinestatic |
Executes the login for streaming services.
◆ SetCredentials()
static void Gevasys.DataCore.Webservice.Authentication.SetCredentials |
( |
String |
user, |
|
|
String |
password |
|
) |
| |
|
inlinestatic |
Sets the credentials that are actually used by the API. For changing the credentials a API restart is needed.
- Parameters
-
user | The user id as provided by vwd. |
password | The password as provided by vwd. |
The documentation for this class was generated from the following file: