Class LogIn

Top Previous Topic Next Topic  Print this topic

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

 

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

Institution

Specifies the institution 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;

 

 

 

Institution

 

Specifies the institution the user belongs to.

 

 

       public String Institution;