SAML 2.0 Core Assertion namespace unit tests.
authorBrent Putman <putmanb@georgetown.edu>
Sat, 22 Jul 2006 20:18:01 +0000 (20:18 +0000)
committerBrent Putman <putmanb@georgetown.edu>
Sat, 22 Jul 2006 20:18:01 +0000 (20:18 +0000)
commit0ba5816a876bed78a05d9ed77db97b809927f1c0
tree65aa6829436112548e74ae2c2e4a528f677df1c2
parent2d83f606e0827389b04ab9854697eade6d0eeaa9
SAML 2.0 Core Assertion namespace unit tests.
83 files changed:
saml/saml2/core/Assertions.h
saml/saml2/core/impl/Assertions20Impl.cpp
samltest/Makefile.am
samltest/data/saml2/core/impl/Action.xml
samltest/data/saml2/core/impl/ActionOptionalAttributes.xml [deleted file]
samltest/data/saml2/core/impl/AdviceChildElements.xml
samltest/data/saml2/core/impl/Assertion.xml
samltest/data/saml2/core/impl/AssertionChildElements.xml
samltest/data/saml2/core/impl/AssertionIDRef.xml
samltest/data/saml2/core/impl/AssertionOptionalAttributes.xml
samltest/data/saml2/core/impl/AssertionURIRef.xml
samltest/data/saml2/core/impl/Attribute.xml
samltest/data/saml2/core/impl/AttributeChildElements.xml [new file with mode: 0644]
samltest/data/saml2/core/impl/AttributeOptionalAttributes.xml
samltest/data/saml2/core/impl/AttributeStatement.xml
samltest/data/saml2/core/impl/AttributeStatementChildElements.xml
samltest/data/saml2/core/impl/Audience.xml
samltest/data/saml2/core/impl/AudienceRestriction.xml
samltest/data/saml2/core/impl/AudienceRestrictionChildElements.xml
samltest/data/saml2/core/impl/AuthenticatingAuthority.xml
samltest/data/saml2/core/impl/AuthnContext.xml
samltest/data/saml2/core/impl/AuthnContextChildElements.xml
samltest/data/saml2/core/impl/AuthnContextClassRef.xml
samltest/data/saml2/core/impl/AuthnContextDeclRef.xml
samltest/data/saml2/core/impl/AuthnStatement.xml
samltest/data/saml2/core/impl/AuthnStatementChildElements.xml
samltest/data/saml2/core/impl/AuthnStatementOptionalAttributes.xml
samltest/data/saml2/core/impl/AuthzDecisionStatement.xml
samltest/data/saml2/core/impl/AuthzDecisionStatementChildElements.xml
samltest/data/saml2/core/impl/Conditions.xml
samltest/data/saml2/core/impl/ConditionsChildElements.xml
samltest/data/saml2/core/impl/ConditionsOptionalAttributes.xml
samltest/data/saml2/core/impl/EvidenceChildElements.xml
samltest/data/saml2/core/impl/Issuer.xml
samltest/data/saml2/core/impl/IssuerOptionalAttributes.xml [new file with mode: 0644]
samltest/data/saml2/core/impl/KeyInfoConfirmationDataType.xml [new file with mode: 0644]
samltest/data/saml2/core/impl/KeyInfoConfirmationDataTypeChildElements.xml [new file with mode: 0644]
samltest/data/saml2/core/impl/KeyInfoConfirmationDataTypeOptionalAttributes.xml [new file with mode: 0644]
samltest/data/saml2/core/impl/NameID.xml
samltest/data/saml2/core/impl/NameIDOptionalAttributes.xml
samltest/data/saml2/core/impl/NameIDType.xml [new file with mode: 0644]
samltest/data/saml2/core/impl/NameIDTypeOptionalAttributes.xml [new file with mode: 0644]
samltest/data/saml2/core/impl/OneTimeUse.xml
samltest/data/saml2/core/impl/ProxyRestriction.xml
samltest/data/saml2/core/impl/ProxyRestrictionChildElements.xml
samltest/data/saml2/core/impl/ProxyRestrictionOptionalAttributes.xml [new file with mode: 0644]
samltest/data/saml2/core/impl/Subject.xml
samltest/data/saml2/core/impl/SubjectChildElements.xml
samltest/data/saml2/core/impl/SubjectConfirmation.xml
samltest/data/saml2/core/impl/SubjectConfirmationChildElements.xml
samltest/data/saml2/core/impl/SubjectConfirmationData.xml
samltest/data/saml2/core/impl/SubjectConfirmationDataChildElements.xml [new file with mode: 0644]
samltest/data/saml2/core/impl/SubjectConfirmationDataOptionalAttributes.xml
samltest/data/saml2/core/impl/SubjectLocality.xml
samltest/data/saml2/core/impl/SubjectLocalityOptionalAttributes.xml
samltest/internal.h
samltest/saml2/core/impl/Action20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/Advice20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/Assertion20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AssertionIDRef20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AssertionURIRef20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/Attribute20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AttributeStatement20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/Audience20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AudienceRestriction20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AuthenticatingAuthority20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AuthnContext20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AuthnContextClassRef20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AuthnContextDeclRef20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AuthnStatement20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/AuthzDecisionStatement20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/Conditions20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/Evidence20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/Issuer20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/KeyInfoConfirmationDataType20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/NameID20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/NameIDType20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/OneTimeUse20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/ProxyRestriction20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/Subject20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/SubjectConfirmation20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/SubjectConfirmationData20Test.h [new file with mode: 0644]
samltest/saml2/core/impl/SubjectLocality20Test.h [new file with mode: 0644]