GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OpenXPKI::Server::Notification::Handler(3) User Contributed Perl Documentation OpenXPKI::Server::Notification::Handler(3)

 OpenXPKI::Server::Notification::Handler

Interface to the new notification system. Checks the requested notification against all configured backends and starts the delivery according to the configuration.

Execute the notifcations for MESSAGE and.

Public method to trigger a notification. MESSAGE is the name of the message to be triggered, WORKFLOW is a reference to the workflow object and TOKEN can contain persisted information from earlier calls of the same notification thread. DATA can contain additional info to be passed to the template.

The vars hash passed to the templates is composed from the data extracted from the workflow (@see _prepare_template_vars) and the data from the DATA variable, which is added under the key "data".

Creates a hashref containing useful values from the realm and the workflow.
workflow information
    meta_wf_id, meta_wf_type, meta_wf_state
    
realm info, from system.realms
    meta_pki_realm, meta_label, meta_baseurl
    plus all other keys found at system.realms.$pki_realm with I<meta_>
    added as prefix. Label and baseurl are alway set but empty if not
    present in the config. Keys must not start with I<wf_>.
    
scalar values from the context
    csr_serial, cert_subject, cert_identifier, cert_profile
    
hashes from the context
    cert_subject_parts, cert_subject_alt_name, cert_info, approvals
    
misc
    requestor (real name of the requestor, assembled from cert_info.requestor_gname + requestor_name)
    
2022-05-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.