class CheckPolCertCollector : public LogInterface

A CheckPolCertCollector collects and verifies Policy certificates

Inheritance:


Public Methods

CheckPolCertCollector (AKRuntime* akRuntime)
Constructs this object
~CheckPolCertCollector ()
Destroys this object
bool collectPolicies ()
Collects all the policies, including ones that werent used or had an error
bool verifyPolicies ()
Verifies the collected policies that were used
const AkentiMessage& getAkentiMessage () const
Retruns status info

Inherited from LogInterface:

Public Methods

void iLog(int level, const string& key, const string& mesg = "") const
void bLog(int level, const string& key, const string& mesg = "") const
void sLog(int level, const string& key, const string& mesg = "") const
void fLog(int level, const string& key, const string& mesg = "") const

Documentation

A CheckPolCertCollector collects and verifies Policy certificates.

Usage:

akRuntime->setResource ("resource");
CheckPolCertCollector policyCollector(akRuntime, certInfoCol);

if (!policyCollector.collectPolicies()) {
exit(0); 
} 

if (!policyCollector.verifyPolcies()) {
exit(0);
}

...

CheckPolCertCollector(AKRuntime* akRuntime)
Constructs this object.

~CheckPolCertCollector()
Destroys this object

bool collectPolicies()
Collects all the policies, including ones that werent used or had an error

bool verifyPolicies()
Verifies the collected policies that were used

const AkentiMessage& getAkentiMessage() const
Retruns status info.
See Also:
AkentiMessage


This class has no child classes.
Author:
Sushila Subramanian Abdelilah Essiari Srilekha Mudumbai
Version:
1.1 04/05/19
See Also:
AKRuntime
Policy
AkentiMessage

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