User Information Security Hook

The jadeDevelopmentUserInfo user-supplied security hook function is called when a user first signs on to the Jade Platform development environment and the DevelopmentSecurityLibrary parameter is located in the [JadeSecurity] section of the Jade initialization file. The user name and the password that are specified in the Jade log-on form are passed to this function.

The jadeDevelopmentUserInfo function has the following format.

int JOMAPI jadeDevelopmentUserInfo(const Character *userName,
                                   const Character *password);

The jadeDevelopmentUserInfo function returns the following values.

Value Description
0 The user has access
Non-zero The user has no access, and the routine failed