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.
|
Prototype:
public
String getValidateUserForSessionXml(String cabinetName, String userDbId, String
password)
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 |
An inputXml string of the
NGOValidateUserForSession call.