New policy rules for handling conditions.
authorScott Cantor <cantor.2@osu.edu>
Fri, 20 Feb 2009 20:07:37 +0000 (20:07 +0000)
committerScott Cantor <cantor.2@osu.edu>
Fri, 20 Feb 2009 20:07:37 +0000 (20:07 +0000)
commitc3cd4ec3fa87d0ad3c6f65c1a5e15f548b1b6cc2
tree6e91f463537c7d080104ca60f080f0f11ecfcfd9
parent1d5fda59e4996860bb2480ad52e29b2160d04725
New policy rules for handling conditions.
24 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/.gitignore [new file with mode: 0644]
samltest/saml1/profile/SAML1PolicyTest.h [new file with mode: 0644]
samltest/saml2/profile/.gitignore [new file with mode: 0644]
samltest/saml2/profile/SAML2PolicyTest.h [new file with mode: 0644]
samltest/samltest.vcproj