Render the search form #TODO - preset parameters
Load the result of a query, based on a query id and paging information
Like init_result but send the data as CSV download, default limit is 500!
Similar to init_result but returns only the data portion of the table as partial
result.
my certificates view, finds certificates based on the current logged in userid
Show details on the certificate, includes basic certificate information, status,
issuer and links to download chains and related workflow. Designed to be shown
in a modal popup.
Show the PEM block as text in a popup
Show the full chain of a certificate (subjects only) with inline download
options for PEM/DER or browser install for each item of the chain.
Show information related to the certificate, renders a key/value table with a
list of related workflows, owner, and metadata
Handle download requests, required the cert_identifier and the expected format.
Redirects to init_detail if no format is given.
not implemented
receive a PEM encoded x509/pkcs10/pkcs7 block and output
information.
Handle searches via autocomplete, shows only entity certificates
Handle search requests for a single certificate by its identifier
Handle search requests and display the result as grid
Helper to render the output result list from a sql query result.
Create array to pass to UI from specification in config file