Class LogIn

Top Previous Topic Next Topic  Print this topic

The LogIn class specifies the user-specific details for logging into Ecrion Omni System

 

Members/Properties

 

Name

Description

UserName

Represents the name of the user which is trying to connect to the Ecrion Omni System repository.

Password

Specifies the user's password

EnvironmentID

Specifies the ID of the environment the user belongs to.

 

 

UserName

 

Specifies the name of the user which is trying to connect to the Ecrion Omni System repository.

 

 

       public String UserName;

 

 

 

Password

 

String which specifies the user's password.

 

 

       public String Password;

 

 

 

EnvironmentID

 

Specifies the institution the user belongs to.

 

 

       public String EnvironmentID;