|
NAMEOpenXPKI::Server::Workflow::Validator::Connector SYNOPSISBuild path from path + argument and query the config backend using a get call. Any true result is considered as "passed". DESCRIPTIONValidates the context value referenced by argument using a connector. The path to the connector must be given as parameter 'path' to the validator definition. global_validate_regex:
class: OpenXPKI::Server::Workflow::Validator::Regex
param:
path: metadata.systemid
error: SystemId is invalid
arg:
- $meta_system_id
The error parameter is optional, if set this is shown in the UI if the validator fails.
|