trust-store
2.0.0
Provides a common implementation of a trust store to be used by trusted helpers.
|
Abstract capturer of internal events for post-mortem debugging/analysis purposes. More...
#include <cached_agent.h>
Public Member Functions | |
virtual void | report_cached_answer_found (const core::trust::Agent::RequestParameters &, const core::trust::Request &) |
Invoked whenever the implementation was able to resolve a cached request. More... | |
virtual void | report_user_prompted_for_trust (const core::trust::Agent::RequestParameters &, const core::trust::Request::Answer &) |
Invoked whenever the implementation called out to an agent to prompt the user for trust. More... | |
Abstract capturer of internal events for post-mortem debugging/analysis purposes.
Definition at line 36 of file cached_agent.h.
|
virtual |
Invoked whenever the implementation was able to resolve a cached request.
|
virtual |
Invoked whenever the implementation called out to an agent to prompt the user for trust.