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

Public Member Functions | |
| virtual Assertion * | cloneAssertion () const =0 |
| Type-specific clone method. | |
| virtual std::pair< bool, int > | getMinorVersion () const =0 |
| Returns the MinorVersion attribute after a NULL indicator. | |
| virtual void | setMinorVersion (const XMLCh *MinorVersion)=0 |
| Sets the MinorVersion attribute using a string value. | |
| virtual void | setMinorVersion (int MinorVersion)=0 |
| Sets the MinorVersion attribute. | |
| virtual const XMLCh * | getAssertionID () const =0 |
| Returns the AssertionID attribute. | |
| virtual void | setAssertionID (const XMLCh *AssertionID)=0 |
| Sets the AssertionID attribute. | |
| virtual const XMLCh * | getIssuer () const =0 |
| Returns the Issuer attribute. | |
| virtual void | setIssuer (const XMLCh *Issuer)=0 |
| Sets the Issuer attribute. | |
| virtual void | setIssueInstant (const xercesc::XMLDateTime *IssueInstant)=0 |
| Sets the IssueInstant attribute. | |
| virtual void | setIssueInstant (time_t IssueInstant)=0 |
| Sets the IssueInstant attribute. | |
| virtual void | setIssueInstant (const XMLCh *IssueInstant)=0 |
| Sets the IssueInstant attribute. | |
| virtual Conditions * | getConditions () const =0 |
| Returns the Conditions child. | |
| virtual void | setConditions (Conditions *child)=0 |
| Sets the Conditions child. | |
| virtual Advice * | getAdvice () const =0 |
| Returns the Advice child. | |
| virtual void | setAdvice (Advice *child)=0 |
| Sets the Advice child. | |
| virtual xmltooling::XMLObjectChildrenList < std::vector< Statement * > > | getStatements ()=0 |
| Returns modifiable Statement collection. | |
| virtual const std::vector < Statement * > & | getStatements () const =0 |
| Returns reference to immutable Statement collection. | |
| virtual xmltooling::XMLObjectChildrenList < std::vector < SubjectStatement * > > | getSubjectStatements ()=0 |
| Returns modifiable SubjectStatement collection. | |
| virtual const std::vector < SubjectStatement * > & | getSubjectStatements () const =0 |
| Returns reference to immutable SubjectStatement collection. | |
| virtual xmltooling::XMLObjectChildrenList < std::vector < AuthenticationStatement * > > | getAuthenticationStatements ()=0 |
| Returns modifiable AuthenticationStatement collection. | |
| virtual const std::vector < AuthenticationStatement * > & | getAuthenticationStatements () const =0 |
| Returns reference to immutable AuthenticationStatement collection. | |
| virtual xmltooling::XMLObjectChildrenList < std::vector < AttributeStatement * > > | getAttributeStatements ()=0 |
| Returns modifiable AttributeStatement collection. | |
| virtual const std::vector < AttributeStatement * > & | getAttributeStatements () const =0 |
| Returns reference to immutable AttributeStatement collection. | |
| virtual xmltooling::XMLObjectChildrenList < std::vector < AuthorizationDecisionStatement * > > | getAuthorizationDecisionStatements ()=0 |
| Returns modifiable AuthorizationDecisionStatement collection. | |
| virtual const std::vector < AuthorizationDecisionStatement * > & | getAuthorizationDecisionStatements () const =0 |
| Returns reference to immutable AuthorizationDecisionStatement collection. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | MINORVERSION_ATTRIB_NAME [] |
| MinorVersion attribute name. | |
| static const XMLCh | ASSERTIONID_ATTRIB_NAME [] |
| AssertionID attribute name. | |
| static const XMLCh | ISSUER_ATTRIB_NAME [] |
| Issuer attribute name. | |
| static const XMLCh | ISSUEINSTANT_ATTRIB_NAME [] |
| IssueInstant attribute name. | |
| static const XMLCh | TYPE_NAME [] |
| AssertionType local name. | |
| virtual Assertion* opensaml::saml1::Assertion::cloneAssertion | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual std::pair<bool,int> opensaml::saml1::Assertion::getMinorVersion | ( | ) | const [pure virtual] |
Returns the MinorVersion attribute after a NULL indicator.
| virtual void opensaml::saml1::Assertion::setMinorVersion | ( | const XMLCh * | MinorVersion | ) | [pure virtual] |
Sets the MinorVersion attribute using a string value.
| virtual void opensaml::saml1::Assertion::setMinorVersion | ( | int | MinorVersion | ) | [pure virtual] |
Sets the MinorVersion attribute.
| virtual const XMLCh* opensaml::saml1::Assertion::getAssertionID | ( | ) | const [pure virtual] |
Returns the AssertionID attribute.
| virtual void opensaml::saml1::Assertion::setAssertionID | ( | const XMLCh * | AssertionID | ) | [pure virtual] |
Sets the AssertionID attribute.
| virtual const XMLCh* opensaml::saml1::Assertion::getIssuer | ( | ) | const [pure virtual] |
Returns the Issuer attribute.
| virtual void opensaml::saml1::Assertion::setIssuer | ( | const XMLCh * | Issuer | ) | [pure virtual] |
Sets the Issuer attribute.
| virtual void opensaml::saml1::Assertion::setIssueInstant | ( | const xercesc::XMLDateTime * | IssueInstant | ) | [pure virtual] |
Sets the IssueInstant attribute.
| virtual void opensaml::saml1::Assertion::setIssueInstant | ( | time_t | IssueInstant | ) | [pure virtual] |
Sets the IssueInstant attribute.
| virtual void opensaml::saml1::Assertion::setIssueInstant | ( | const XMLCh * | IssueInstant | ) | [pure virtual] |
Sets the IssueInstant attribute.
| virtual Conditions* opensaml::saml1::Assertion::getConditions | ( | ) | const [pure virtual] |
Returns the Conditions child.
| virtual void opensaml::saml1::Assertion::setConditions | ( | Conditions * | child | ) | [pure virtual] |
Sets the Conditions child.
| virtual Advice* opensaml::saml1::Assertion::getAdvice | ( | ) | const [pure virtual] |
Returns the Advice child.
| virtual void opensaml::saml1::Assertion::setAdvice | ( | Advice * | child | ) | [pure virtual] |
Sets the Advice child.
| virtual xmltooling::XMLObjectChildrenList< std::vector< Statement *> > opensaml::saml1::Assertion::getStatements | ( | ) | [pure virtual] |
Returns modifiable Statement collection.
| virtual const std::vector< Statement *>& opensaml::saml1::Assertion::getStatements | ( | ) | const [pure virtual] |
Returns reference to immutable Statement collection.
| virtual xmltooling::XMLObjectChildrenList< std::vector< SubjectStatement *> > opensaml::saml1::Assertion::getSubjectStatements | ( | ) | [pure virtual] |
Returns modifiable SubjectStatement collection.
| virtual const std::vector< SubjectStatement *>& opensaml::saml1::Assertion::getSubjectStatements | ( | ) | const [pure virtual] |
Returns reference to immutable SubjectStatement collection.
| virtual xmltooling::XMLObjectChildrenList< std::vector< AuthenticationStatement *> > opensaml::saml1::Assertion::getAuthenticationStatements | ( | ) | [pure virtual] |
Returns modifiable AuthenticationStatement collection.
| virtual const std::vector< AuthenticationStatement *>& opensaml::saml1::Assertion::getAuthenticationStatements | ( | ) | const [pure virtual] |
Returns reference to immutable AuthenticationStatement collection.
| virtual xmltooling::XMLObjectChildrenList< std::vector< AttributeStatement *> > opensaml::saml1::Assertion::getAttributeStatements | ( | ) | [pure virtual] |
Returns modifiable AttributeStatement collection.
| virtual const std::vector< AttributeStatement *>& opensaml::saml1::Assertion::getAttributeStatements | ( | ) | const [pure virtual] |
Returns reference to immutable AttributeStatement collection.
| virtual xmltooling::XMLObjectChildrenList< std::vector< AuthorizationDecisionStatement *> > opensaml::saml1::Assertion::getAuthorizationDecisionStatements | ( | ) | [pure virtual] |
Returns modifiable AuthorizationDecisionStatement collection.
| virtual const std::vector< AuthorizationDecisionStatement *>& opensaml::saml1::Assertion::getAuthorizationDecisionStatements | ( | ) | const [pure virtual] |
Returns reference to immutable AuthorizationDecisionStatement collection.
1.5.6