#include <saml/saml2/core/Assertions.h>

Public Member Functions | |
| virtual AuthzDecisionStatement * | cloneAuthzDecisionStatement () const =0 |
| Type-specific clone method. | |
| virtual const XMLCh * | getResource () const =0 |
| Returns the Resource attribute. | |
| virtual void | setResource (const XMLCh *Resource)=0 |
| Sets the Resource attribute. | |
| virtual const XMLCh * | getDecision () const =0 |
| Returns the Decision attribute. | |
| virtual void | setDecision (const XMLCh *Decision)=0 |
| Sets the Decision attribute. | |
| virtual xmltooling::XMLObjectChildrenList < std::vector< Action * > > | getActions ()=0 |
| Returns modifiable Action collection. | |
| virtual const std::vector < Action * > & | getActions () const =0 |
| Returns reference to immutable Action collection. | |
| virtual Evidence * | getEvidence () const =0 |
| Returns the Evidence child. | |
| virtual void | setEvidence (Evidence *child)=0 |
| Sets the Evidence child. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | RESOURCE_ATTRIB_NAME [] |
| Resource attribute name. | |
| static const XMLCh | DECISION_ATTRIB_NAME [] |
| Decision attribute name. | |
| static const XMLCh | TYPE_NAME [] |
| AuthzDecisionStatementType local name. | |
| static const XMLCh | DECISION_PERMIT [] |
| Permit Decision. | |
| static const XMLCh | DECISION_DENY [] |
| Deny Decision. | |
| static const XMLCh | DECISION_INDETERMINATE [] |
| Indeterminate Decision. | |
| virtual AuthzDecisionStatement* opensaml::saml2::AuthzDecisionStatement::cloneAuthzDecisionStatement | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual const XMLCh* opensaml::saml2::AuthzDecisionStatement::getResource | ( | ) | const [pure virtual] |
Returns the Resource attribute.
| virtual void opensaml::saml2::AuthzDecisionStatement::setResource | ( | const XMLCh * | Resource | ) | [pure virtual] |
Sets the Resource attribute.
| virtual const XMLCh* opensaml::saml2::AuthzDecisionStatement::getDecision | ( | ) | const [pure virtual] |
Returns the Decision attribute.
| virtual void opensaml::saml2::AuthzDecisionStatement::setDecision | ( | const XMLCh * | Decision | ) | [pure virtual] |
Sets the Decision attribute.
| virtual xmltooling::XMLObjectChildrenList< std::vector< Action *> > opensaml::saml2::AuthzDecisionStatement::getActions | ( | ) | [pure virtual] |
Returns modifiable Action collection.
| virtual const std::vector< Action *>& opensaml::saml2::AuthzDecisionStatement::getActions | ( | ) | const [pure virtual] |
Returns reference to immutable Action collection.
| virtual Evidence* opensaml::saml2::AuthzDecisionStatement::getEvidence | ( | ) | const [pure virtual] |
Returns the Evidence child.
| virtual void opensaml::saml2::AuthzDecisionStatement::setEvidence | ( | Evidence * | child | ) | [pure virtual] |
Sets the Evidence child.
1.5.6