namespace Akenti class PolicyInfo

Holds a list of CertificateResponses

Public Methods

PolicyInfo ()
Default constructor
void setCertificateInfos (const vector<CertificateInfo>& certInfos)
Sets the CertificateInfo
const vector <CertificateInfo> & getCertificateInfos () const
Returns the vector of CertificateInfo
void setPolicyCorrect (bool isPolicyCorrect)
Sets whether policy is correct
bool isPolicyCorrect () const
Returns true if policy is correct, false otherwise
void setResource (const string& resource)
Sets the name of the resource
const string& getResource () const
Returns the name of the resource
void toXML (DOMElement* policyInfo) const
Populates the DOMElement from this PolicyInfo
void fromXML (const DOMElement* policyInfo)
Initializes this PolicyInfo from the DOMElement

Documentation

Holds a list of CertificateResponses.
PolicyInfo()
Default constructor

void setCertificateInfos(const vector<CertificateInfo>& certInfos)
Sets the CertificateInfo

const vector <CertificateInfo> & getCertificateInfos() const
Returns the vector of CertificateInfo

void setPolicyCorrect(bool isPolicyCorrect)
Sets whether policy is correct

bool isPolicyCorrect() const
Returns true if policy is correct, false otherwise

void setResource(const string& resource)
Sets the name of the resource

const string& getResource() const
Returns the name of the resource

void toXML(DOMElement* policyInfo) const
Populates the DOMElement from this PolicyInfo

void fromXML(const DOMElement* policyInfo)
Initializes this PolicyInfo from the DOMElement


This class has no child classes.
See Also:
CertificateResponse

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de