trust-store  1.0.0
Provides a common implementation of a trust store to be used by trusted helpers.
core::trust::Agent Class Referenceabstract

Abstracts user-prompting functionality. More...

#include <agent.h>

+ Collaboration diagram for core::trust::Agent:

Public Member Functions

virtual Request::Answer prompt_user_for_request (pid_t app_pid, const std::string &app_id, const std::string &description)=0
 Presents the given request to the user, returning the user-provided answer. More...
 

Detailed Description

Abstracts user-prompting functionality.

Definition at line 33 of file agent.h.

Member Function Documentation

virtual Request::Answer core::trust::Agent::prompt_user_for_request ( pid_t  app_pid,
const std::string &  app_id,
const std::string &  description 
)
pure virtual

Presents the given request to the user, returning the user-provided answer.

Parameters
app_pidThe process id of the requesting application.
app_idThe application id of the requesting application.
descriptionExtended description of the trust request.

The documentation for this class was generated from the following file: