![]() |
![]()
| ![]() |
![]()
init_searchRender the search form #TODO - preset parameters init_resultLoad the result of a query, based on a query id and paging information init_exportLike init_result but send the data as CSV download, default limit is 500! init_pagerSimilar to init_result but returns only the data portion of the table as partial result. init_minemy certificates view, finds certificates based on the current logged in userid init_detailShow 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. init_textShow the PEM block as text in a popup init_chainShow the full chain of a certificate (subjects only) with inline download options for PEM/DER or browser install for each item of the chain. init_relatedShow information related to the certificate, renders a key/value table with a list of related workflows, owner, and metadata init_downloadHandle download requests, required the cert_identifier and the expected format. Redirects to init_detail if no format is given. init_parsenot implemented receive a PEM encoded x509/pkcs10/pkcs7 block and output information. action_autocompleteHandle searches via autocomplete, shows only entity certificates action_findHandle search requests for a single certificate by its identifier action_searchHandle search requests and display the result as grid __render_result_listHelper to render the output result list from a sql query result. __render_list_specCreate array to pass to UI from specification in config file
|