Validate User For Session  

 

Function Name: getValidateUserForSessionXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This call is used to validate a user for the particular session. It takes CabinetName, UserDBId and Password for validation and returns UserIndex and UserName for that user session.

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API::NGOValidateUserForSession

 

 

Prototype:

public String getValidateUserForSessionXml(String cabinetName, String userDbId, String password)

Input Parameters:

Name

Description

Valid Values

Default Behaviour

cabinetName

Name of the Database Cabinet to which the User wants to connect.

 

N/A

userDBId

UserDatabase ID, which is returned after the execution of getConnectCabinetXml call.

 

N/A

Password

Password of the User. 

 

Blank

 

Output Parameters:

An inputXml string of the NGOValidateUserForSession call.