|
|
| |
OpenXPKI::Server::API2::PluginRole(3) |
User Contributed Perl Documentation |
OpenXPKI::Server::API2::PluginRole(3) |
OpenXPKI::Server::API2::PluginRole - Base role for API plugins
Instance of the API autoloader. Will be set automatically.
Instance of the raw API. Will be injected by the API upon instantiation.
This role requires the consuming class to implement the following methods:
Must return an ArrayRef with the names of all API commands that this
class implements (i.e. that can be passed to execute).
Must execute the given API command.
Parameters
- $command - API command Str
- %params - parameter HashRef
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |