class CheckPolicyRequest

Holds the content of a CheckPolicyRequest.

Inheritance:


Public Methods

[more] CheckPolicyRequest ()
Default Constructor
[more]void setResource (const string& resource)
Sets the name of the resource for which policy is to be collected
[more]const string& getResource () const
Returns the name the resource
[more]void setStopOnFatalError (bool stopOnError)
Returns true if we should stop on fatal errors
[more]bool getStopOnFatalError () const
Sets whether we should stop on a fatal error


Inherited from AkentiRequest:

Public Methods

ovoid setID(int id)
oint getID() const
ostring toString() const
otemplate<class T> bool instanceOf() const


Documentation

Holds the content of a CheckPolicyRequest.

This request is used to collect the PolicyCertificates and their corresponding UseCondCertificates.

o CheckPolicyRequest()
Default Constructor

ovoid setResource(const string& resource)
Sets the name of the resource for which policy is to be collected

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

ovoid setStopOnFatalError(bool stopOnError)
Returns true if we should stop on fatal errors

obool getStopOnFatalError() const
Sets whether we should stop on a fatal error


This class has no child classes.
Friends:
class AkentiRequest
class AkentiRequestResponseImplFactory
See Also:
AkentiRequest
PolicyCertificate
UseCondCertificate

Alphabetic index HTML hierarchy of classes or Java



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