|
|
| |
OpenXPKI::Server::Workflow::Activity::Tools::InjectExtraParam(3) |
User Contributed Perl Documentation |
OpenXPKI::Server::Workflow::Activity::Tools::InjectExtraParam(3) |
OpenXPKI::Server::Workflow::Activity::Tools::InjectExtraParam
Create scalar context items from a given hash. The keys are used to create the
context keys, all non-word characters are stripped and the prefix is
prepended. Non-scalar values are skipped.
- data
- The hash with the key/values to map.
- prefix
- The prefix for the keys.
This is used in the enrollment workflow to map the extra url parameters::
class: OpenXPKI::Server::Workflow::Activity::Tools::InjectExtraParam;
param:
data: $_url_params
prefix: url_
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |