class UseCondCertGenerator |
Used to generate a UseCondition certificate.
![]() | UseCondCertGenerator () Creates this object |
![]() | ~UseCondCertGenerator () Destroys this object |
![]() | setResource (const string& resource) Sets the resource. |
![]() | setLocalScope (bool isScopeLocal) |
![]() | setCritical (bool isCritical) |
![]() | setCondition (const Condition& condition) Sets the UseCondition that needs to be satisfied to award the the actions. |
![]() | setActions (const vector<string>& actions) Sets the actions that will be awarded if the UseCondition is satisfied. |
Used to generate a UseCondition certificate.* Usage: * AttributeCertGenerator gen; * * // first call all set the methods in AkentiCertGenerator * gen.setResource(someResource); * gen.setAttribute("GROUP"); * gen.setUseCondition(someUseCondition); * gen.setActions(someActions); * // finally call the sign method in AkentiCertGenerator *
resource the value for the resource
Alphabetic index HTML hierarchy of classes or Java