Netscape MANAGEMENT SYSTEM 4.5 - CUSTOMIZATION GUIDE Manual page 79

Table of Contents

Advertisement

Table 3-19 Variables Returned by the List Certificates Interface (Continued)
Variable
queryCertFilter
querySentinel
serviceURL
templateName
totalRecordCount
recordSet Variables
issuedBy
issuedOn
revocationReason
revokedBy
Description
The queryCertFilter parameter that was used to generate the current list of
certificates, and will be used for subsequent pages if the user requests to see
more certificates. For information on how the filter is constructed, see the
Request Parameters section.
An example queryCertFilter is
(&(certStatus=VALID)(certRecordId>=100))
This field holds the number of the lowest certificate serial number to display on
the current page of output.
The URI to use to post requests for more certificates matching the query
criteria. This variable will always be /listCerts for the List Certificates
interface.
The name of the response template the CMS server should use to construct a
response from the serviceURL. By default, this field will always be
queryCert.template for the List Certificates interface.
The total number of records that match the query criteria. This number may be
larger than the currentRecordCount if not all of the matching certificates can be
displayed on one page of output.
These fields are added to each record object in the recordSet array. They
are accessed as fields of a recordSet element in the JavaScript; for example,
result.recordSet[1].error.
The user ID of the agent that issued the certificate.
The date when the certificate was issued. Dates are represented as number of
seconds since January 1, 1970. The default template provides a function,
renderDateFromSecs, that converts these dates to a human-readable string.
If the certificate has been revoked, this field contains the code for the reason.
The revocation codes are:
• 0 - Reason not specified
• 1 - Key compromised
• 2 - CA key compromised
• 3 - Affiliation changes
• 4 - Certificate superseded
• 5 - Cessation of operation
• 6 - Certificate is on hold
The user ID of the agent who revoked the certificate.
List Certificates Interface
Chapter 3
End-Entity Interface Reference
79

Advertisement

Table of Contents
loading

This manual is also suitable for:

Netscape management system 4.5

Table of Contents