|
|
| |
OpenXPKI::Server::Workflow::Activity::Tools::Datapool::GetEntry(3) |
User Contributed Perl Documentation |
OpenXPKI::Server::Workflow::Activity::Tools::Datapool::GetEntry(3) |
OpenXPKI::Server::Workflow::Activity::Tools::Datapool::GetEntry
Retrieve an entry from the Datapool.
In the activity definition, the following parameters must be set.
- namespace
- The namespace to use for storing the key-value pair. Generally speaking,
there are no rigid naming conventions. The namespace sys, however,
is reserved for internal server and system related data.
- key
- The value used as datapool key, use _map syntax to use values from
context!
- target_key
- The context target key to write the result to, the default is _tmp.
Note: If the retrieved value was encrypted in the
datapool, the target parameter must start with an underscore (=volatile
parameter).
- pki_realm
- The realm of the datapool item to load, default is the current realm.
Note: For security reasons it is not allowed to load
items from other realms except from special system realms. The
only system realm defined for now is _global which is available
from all other realms.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |