New policy rules for handling conditions.
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Fri, 20 Feb 2009 20:07:37 +0000 (20:07 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Fri, 20 Feb 2009 20:07:37 +0000 (20:07 +0000)
commit9c5a7b1f0c4c4488a32dbe0edb094d475104b580
tree4ae6510969b689874064159834138bcb9cd4c2fb
parent7670c54a9aaf57ca85b7a1e5becb9df4e10f0843
New policy rules for handling conditions.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/branches/REL_2@440 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0
22 files changed:
.cproject
saml/Makefile.am
saml/binding/SecurityPolicy.h
saml/binding/SecurityPolicyRule.h
saml/binding/impl/MessageFlowRule.cpp
saml/binding/impl/SecurityPolicy.cpp
saml/profile/impl/AudienceRestrictionRule.cpp [new file with mode: 0644]
saml/profile/impl/ConditionsRule.cpp [new file with mode: 0644]
saml/profile/impl/IgnoreRule.cpp [new file with mode: 0644]
saml/saml.vcproj
saml/saml1/profile/AssertionValidator.h
saml/saml1/profile/BrowserSSOProfileValidator.h
saml/saml2/profile/AssertionValidator.h
saml/saml2/profile/BrowserSSOProfileValidator.h
saml/saml2/profile/SAML2AssertionPolicy.cpp [new file with mode: 0644]
saml/saml2/profile/SAML2AssertionPolicy.h [new file with mode: 0644]
samltest/Makefile.am
samltest/data/saml1/profile/SAML1Assertion.xml [new file with mode: 0644]
samltest/data/saml2/profile/SAML2Assertion.xml [new file with mode: 0644]
samltest/saml1/profile/SAML1PolicyTest.h [new file with mode: 0644]
samltest/saml2/profile/SAML2PolicyTest.h [new file with mode: 0644]
samltest/samltest.vcproj