The TIBCO iProcess User Validation API Sample Application
The SDK for the TIBCO iProcess User Validation API provides a sample application that supports all of the UVAPI interfaces. The package is supplied as a single module (swuvamod.c) with the swuvapi.h header file and a makefile.
The user database for the example is a text file (exuvapi.dat) which defines the iProcess users, their descriptions and passwords. There is one entry per line with fields separated by the \ character. The example text file needs to be located in your SWDIR\util directory.
|
Warning |
IMPORTANT!The sample application is intended only as a simple example that demonstrates the use of the TIBCO iProcess User Validation API interrfaces. It is not a fully-developed, threadsafe application that is suitable for deployment. You must ensure that any user validation package you create using the User Validation API is threadsafe - see IMPORTANT! for more information. Deploying a non-threadsafe user validation package can cause TIBCO iProcess Engine processes to fail. |