RMS SDK for C++
0.2.1
A client library for using Microsoft RMS from Linux.
|
Represents a user's consent/refusal to allow usage of a given URL. More...
#include <IConsent.h>
Public Member Functions | |
virtual const ConsentResult & | Result () const =0 |
Result of a consent request. | |
virtual ConsentType | Type () const =0 |
The type of URL to consented to. | |
virtual const std::vector< std::string > | Urls () const =0 |
List of URLs for which consent is granted/refused. | |
virtual const std::string | User () const =0 |
The user granting/refusing consent. | |
virtual const std::string | Domain () const =0 |
Just the domain. | |
Public Attributes | |
ConsentResult * | Result |
ConsentType | Type |
common::UrlArray | Urls |
std::string | User |
std::string | Domain |
Represents a user's consent/refusal to allow usage of a given URL.