Jade Platform Development Environment Security

The security hooks provided by the Jade Platform development environment enable you to install mechanisms to restrict access to tasks in the Jade Platform development environment.

Jade Platform development environment authentication performs the following actions.

  1. Calls a user authentication routine, which validates the user identifier and password for access to the Jade Platform development environment.

  2. Calls a user hook each time a specific development task is attempted, to verify that the function is available to the user.

When a user signs on to the Jade Platform development environment, the following actions are performed.

When you specify your user-defined library containing your entry points in the DevelopmentSecurityLibrary parameter in the [JadeSecurity] section of the Jade initialization file but Jade cannot find the library or its entry points, Jade Platform development environment access security is enabled. Any developer who does not have this library or who does not have access to this library is then prevented from using the Jade Platform development environment.

For details about the patch control security hook, see "Patch Control Hook", later in this section.