Response - Netscape MANAGEMENT SYSTEM 6.0 - CUSTOMIZATION Manual

Table of Contents

Advertisement

Response

The default response template is revocationResult.template. The base JavaScript for
responses is inserted in place of the
Revocation interface adds the JavaScript variables listed in the following table:
Table 3-22 Variables Returned by the Revocation Interface
Variable
Generic Variable
revokedCerts
result.header Variables
certsToUpdate
certsUpdated
dirEnabled
error
revoked
totalRecordCount
Description
The number of certificates that were revoked as a result of the request.
Variables added to the header object.
The number of certificates that need to be updated in the publishing directory
as a result of the request. Used only when directory publishing is on, indicated
by the dirEnabled field in the header object.
A number, less than or equal to certsToUpdate, indicating how many
certificates have already been successfully updated in the publishing directory.
Used only when directory publishing is on, indicated by the dirEnabled field in
the header object.
yes | no
Indicates whether directory publishing is enabled on the Certificate Manager
where the revocation request was handled. May be null if directory
publishing is not defined.
A text message indicating why the revocation request itself could not be
processed. The result.header.error message will exist only when
result.header.revoked = no.
yes | pending | no
This field indicates the overall status of the revocation request. If the certificate
could be revoked automatically, revoked will be yes. If the request was
processed successfully, but requires manual processing by an agent, revoked
= pending. If revoked = no, the request could not be processed. See
result.header.error for the error message.
The total record count indicates the number of requests that were successfully
processed. This number may be different from the number of certificates
actually revoked. The recordSet array contains information for each
processed revocation request (including requests that failed due to an error).
The recordSet.length may be less than totalRecordCount if any
certificates were already revoked.
tag. In addition, the
<CMS_TEMPLATE>
Chapter 3
Revocation Interface
End-Entity Interface Reference
85

Advertisement

Table of Contents
loading

This manual is also suitable for:

Certificate management system 6.0

Table of Contents