Exit routine processing for JavaServer pages (JSPs)

If you implement the PKI Services web application using Java™Server pages (JSPs), you can use methods in the class com.ibm.pki.web.exits.UserExit to customize the web application. These methods are called before and after each of the following R_PKIServ requests:
  • GENCERT
  • REQCERT
  • EXPORT
  • GENRENEW
  • REQRENEW
  • REVOKE
  • QRECOVER
The methods are empty stub methods in which you can add code to audit or modify parameters being passed to PKI Services. This topic describes these methods and related classes.

The R_PKIServ callable service is described in z/OS Security Server RACF Callable Services.

Table 1. Package and class summary for JSP exit processing
Package Class
com.ibm.pki.web.exits
  • UserExit
  • ExportCert
  • QRecover
  • RevokeCert
  • UserExitException
com.ibm.pki.rpkiserv
  • CertPlist
  • PkiCertificate
  • QrecoverResultsList
  • RpkiservException