Netscape MANAGEMENT SYSTEM 6.01 - CUSTOMIZATION Manual page 151

Table of Contents

Advertisement

Table 6-25 Parameters Accepted by the Key Recovery Query Interface (Continued)
Parameter
queryFilter
querySentinel
templateName
totalRecordCount
Format and Description
([<OP>]<FILTER>[<FILTER>...])
Details about building query filters are provided in the next table.
The queryFilter must be enclosed in parentheses.
The <OP> argument, required if there is more than one <FILTER>, specifies
how the filters that follow should be logically evaluated:
• & (ampersand) means that the filters should be linked by a logical AND: all
filters must evaluate to true for the expression to match a key.
• | (pipe) means that the filters should be linked by a logical OR: if at least
one filter evaluates to true, the expression matches a key.
Any number of filters can be concatenated within any set of parentheses.
An example filter is
(|(keyArchivedBy=drmagent1)(&(keySerialNumber>=5)(keySeria
lNumber<=35)))
This filter matches any key that was archived by drmagent1 or keys with serial
numbers between 5 and 35 in the archive.
number
The querySentinel indicates which record out of the total matching set
should be the first displayed on the resulting output page. For example, if
totalRecordCount = 15 and maxCount = 5, set querySentinel to 6 to
show the 6th through 10th element of the matching set.
string
Filename relative to the template directory (web-apps/ee/ca,
web-apps/ee/ra, web-apps/agent/ca, web-apps/agent/kra, or
web-apps/agent/ra) of a file to use as the response template. This template
will be used for any response, overriding default template settings.
number
The total number of keys in the archive that match the queryFilter. This number
is returned by the interface in the initial response. This can be posted in
subsequent calls to prevent the CMS server from calculating a number. In this
way every page can tell the user the absolute size of the matching set, rather
than have the size of the set appear to decrease on each next page of data.
Key Recovery Query Interface
Chapter 6
Agent Interface Reference
151

Advertisement

Table of Contents
loading

This manual is also suitable for:

Certificate management system 6.01

Table of Contents