class CheckPolCertCollector

A CheckPolCertCollector collects and verifies Policy certificates.

Inheritance:


Public Methods

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


Inherited from LogInterface:

Public Methods

ovoid iLog(int level, const string& key, const string& mesg = "") const
ovoid bLog(int level, const string& key, const string& mesg = "") const
ovoid sLog(int level, const string& key, const string& mesg = "") const
ovoid 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);
  *     }
  *
  *     ...
  *
  * 

o CheckPolCertCollector(AKRuntime* akRuntime)
Constructs this object.

o ~CheckPolCertCollector()
Destroys this object

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

obool verifyPolicies()
Verifies the collected policies that were used

oconst 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 HTML hierarchy of classes or Java



This page was generated with the help of DOC++.