X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml1%2Fprofile%2Fimpl%2FBrowserSSOProfileValidator.cpp;fp=saml%2Fsaml1%2Fprofile%2FBrowserSSOProfileValidator.cpp;h=22f9d417c7cfd03c44aa7f2ba5caf3a5f6749d21;hp=901fb6e89fb0edc0bb75cc7b76950b34a22e8c25;hb=69a716dedfd9e239bcc9206a7b8dc137b43f5f89;hpb=df39928338a40f7a2980406e9737893289673611 diff --git a/saml/saml1/profile/BrowserSSOProfileValidator.cpp b/saml/saml1/profile/impl/BrowserSSOProfileValidator.cpp similarity index 95% rename from saml/saml1/profile/BrowserSSOProfileValidator.cpp rename to saml/saml1/profile/impl/BrowserSSOProfileValidator.cpp index 901fb6e..22f9d41 100644 --- a/saml/saml1/profile/BrowserSSOProfileValidator.cpp +++ b/saml/saml1/profile/impl/BrowserSSOProfileValidator.cpp @@ -1,6 +1,6 @@ /* * Copyright 2001-2007 Internet2 - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -16,7 +16,7 @@ /** * BrowserSSOProfileValidator.cpp - * + * * SAML 1.x Browser SSO Profile Assertion Validator */ @@ -75,8 +75,6 @@ void BrowserSSOProfileValidator::validateAssertion(const Assertion& assertion) c for_each(authn.begin(), authn.end(), _checkMethod()); const vector& attr = assertion.getAttributeStatements(); for_each(attr.begin(), attr.end(), _checkMethod()); - const vector& sub = assertion.getSubjectStatements(); - for_each(sub.begin(), sub.end(), _checkMethod()); // Pass up for additional checking. AssertionValidator::validateAssertion(assertion);