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::Workflow::Condition::WFHash(3) User Contributed Perl Documentation OpenXPKI::Server::Workflow::Condition::WFHash(3)

OpenXPKI::Server::Workflow::Condition::WFHash

  cert_exists:
     class: OpenXPKI::Server::Workflow::Condition::WFHash
     param:
        hash_name: cert_map
        condition: key_defined
        hash_key: key_to_check

Allows for checks on a hash stored as a workflow context parameter.

hash_name
The name of the workflow context parameter containing the hash to be used
condition
The following conditions are supported:
key_defined
Condition is true if the key has a value. The key must be given with the "key" param.
key_nonempty
Condition is true if the key has a non-empty value The key must be given with the "key" param.
is_value
Condition is true if the key has a non-empty value The key must be given with the "key" param.
hash_key
Name of the key to check
value
value to check against when condition is set to is_value.
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.