SSPCPP-677 - Filter schacHomeOrganization values against shibmd:Scope
[shibboleth/cpp-sp.git] / shibsp / attribute / filtering / MatchFunctor.h
index 8b9ac58..9622665 100644 (file)
@@ -146,9 +146,12 @@ namespace shibsp {
     /** Matches based on requester and pluggable criteria. */
     extern SHIBSP_API xmltooling::QName AttributeRequesterEntityMatcherType;
 
-    /** Matches based on metadata Scope extensions. */
+    /** Matches scope based on metadata Scope extensions. */
     extern SHIBSP_API xmltooling::QName AttributeScopeMatchesShibMDScopeType;
 
+    /** Matches value based on metadata Scope extensions. */
+    extern SHIBSP_API xmltooling::QName AttributeValueMatchesShibMDScopeType;
+
     /** Matches based on NameID NameQualifiers. */
     extern SHIBSP_API xmltooling::QName NameIDQualifierStringType;