trust-store  2.0.0
Provides a common implementation of a trust store to be used by trusted helpers.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456]
 ▼Ncore
 ▼NtrustContains functionality for implementing Ubuntu's trust model
 ▼Nmir
 CInvalidMirConnection
 ▼Ntag
 CFeature
 CGid
 CPid
 CUid
 ▼CAgentAbstracts user-prompting functionality
 CRegistryAbstracts functionality for storing agent instances and associating them with a user id
 CRequestParametersSummarizes all parameters for processing a trust request
 ▼CCachedAgentAn agent implementation that uses a trust store instance to cache results
 CConfigurationCreation time parameters
 CReporterAbstract capturer of internal events for post-mortem debugging/analysis purposes
 ▼CErrorsAll core::trust-specific error/exception types go here
 CServiceNameMustNotBeEmptyThe ServiceNameMustNotBeEmpty is thrown if an empty service name is provided when creating a store
 CRequestThe Request struct encapsulates information about a trust request answered by the user
 CRequestParametersSummarizes all parameters for processing a trust request
 ▼CStoreModels read/write/query access to persisted trust requests
 ▼CErrorsAll Store-specific error/exception types go here
 CErrorOpeningStoreThrown if a store implementation could not access the persistence backend
 CErrorResettingStoreThrown if a store implementation could not reset state and drop all previously stored requests
 ▼CQueryEncapsulates queries against a trust store instance
 ▼CErrorsAll Query-specific error/exception types go here
 CNoCurrentResultThrown when trying to access the current result although the query status is not has_more_results
 CQueryIsInErrorStateThrown if functionality of a query is accessed although the query is in error state
 CTaggedIntegerHelper structure for tagging integer types with certain semantics
 CTokenOpaque type describing the exposure of a store instance