Completed SAML 1 assertion schema, started test cases.
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Wed, 10 May 2006 03:12:31 +0000 (03:12 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Wed, 10 May 2006 03:12:31 +0000 (03:12 +0000)
commit7fc005ffbdb6eba55c757daf48433599fd9b39c3
tree8a115440f725f4e1ef6c7fcfcfc9eafd2f16c97c
parent86d28523e302a1bd95b835043736b93e2c1f5717
Completed SAML 1 assertion schema, started test cases.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@9 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0
89 files changed:
.cdtproject
cpp-opensaml2.sln
saml/SAMLConfig.h
saml/saml1/core/Assertions.h
saml/saml1/core/impl/AssertionsImpl.cpp
saml/saml1/core/impl/AssertionsSchemaValidators.cpp
samltest/Makefile.am [new file with mode: 0644]
samltest/data/cert.pem [new file with mode: 0644]
samltest/data/key.pem [new file with mode: 0644]
samltest/data/saml1/core/impl/AdviceWithChildren.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/AssertionWithChildren.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/AttributeQueryWithChildren.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/AttributeStatementWithChildren.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/AttributeWithChildren.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/AudienceRestrictionConditionWithChildren.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/AuthenticationQueryWithChildren.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/AuthenticationStatementWithChildren.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/AuthorizationDecisionQueryWithChildren.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/AuthorizationDecisionStatementWithChildren.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/ConditionsWithChildren.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/EvidenceWithChildren.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/FullStatus.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/FullStatusCode.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/FullStatusMessage.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/RequestWithAssertionArtifact.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/RequestWithAssertionIDReference.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/RequestWithQuery.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/ResponseWithChildren.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/SubjectConfirmationWithChildren.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/SubjectWithChildren.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAction.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleActionAttributes.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAdvice.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAssertion.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAssertionArtifact.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAssertionArtifactAttribute.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAssertionAttributes.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAssertionIDReference.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAssertionIDReferenceContents.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAttribute.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAttributeAttributes.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAttributeDesignator.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAttributeDesignatorAttributes.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAttributeQuery.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAttributeQueryAttributes.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAttributeStatement.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAttributeValue.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAttributeValueContents.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAudience.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAudienceAttributes.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAudienceRestrictionCondition.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAuthenticationQuery.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAuthenticationQueryAttributes.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAuthenticationStatement.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAuthenticationStatementAttributes.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAuthorityBinding.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAuthorityBindingAttributes.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAuthorizationDecisionQuery.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAuthorizationDecisionQueryAttributes.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAuthorizationDecisionStatement.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAuthorizationDecisionStatementAttributes.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleAuthorizationDecisionStatementAttributesInvalid.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleConditions.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleConditionsAttributes.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleConfirmationMethod.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleConfirmationMethodAttributes.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleDoNotCacheCondition.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleEvidence.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleNameIdentifier.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleNameIdentifierAttributes.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleRequest.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleRequestAttributes.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleResponse.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleResponseAttributes.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleStatus.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleStatusCode.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleStatusMessage.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleSubject.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleSubjectConfirmation.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleSubjectConfirmationData.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleSubjectConfirmationDataAttributes.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleSubjectLocality.xml [new file with mode: 0644]
samltest/data/saml1/core/impl/singleSubjectLocalityAttributes.xml [new file with mode: 0644]
samltest/internal.h [new file with mode: 0644]
samltest/saml1/core/impl/ActionTest.cpp [new file with mode: 0644]
samltest/saml1/core/impl/ActionTest.h [new file with mode: 0644]
samltest/samltest.cpp [new file with mode: 0644]
samltest/samltest.h [new file with mode: 0644]
samltest/samltest.vcproj [new file with mode: 0644]