Completed SAML 1 assertion schema, started test cases.
authorScott Cantor <cantor.2@osu.edu>
Wed, 10 May 2006 03:12:31 +0000 (03:12 +0000)
committerScott Cantor <cantor.2@osu.edu>
Wed, 10 May 2006 03:12:31 +0000 (03:12 +0000)
commitbe0b6f800ddf54b62d31342576c917b4fb59533c
tree0984b4ddaabc08ff493bd867b77c2968afe5d26e
parent096d14037ebd2271f8e116d13f742be853435816
Completed SAML 1 assertion schema, started test cases.
90 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/.gitignore [new file with mode: 0644]
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]