z/OS Cryptographic Services PKI Services Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Exit routine processing for Java server pages (JSPs)

z/OS Cryptographic Services PKI Services Guide and Reference
SA23-2286-00

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 to which you can add code, in order 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

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014