X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2Fattribute%2Ffiltering%2FMatchFunctor.h;h=96226656943c33453fab94ab4d7e3785fce7331e;hb=7fac2e62afd540b4c762bb39d53778a9de2ed309;hp=8b9ac5800685c02e7de73e42b01a594f5cfb9942;hpb=7fe60b9708489a50951f05dac6274a605ea4c03d;p=shibboleth%2Fcpp-sp.git diff --git a/shibsp/attribute/filtering/MatchFunctor.h b/shibsp/attribute/filtering/MatchFunctor.h index 8b9ac58..9622665 100644 --- a/shibsp/attribute/filtering/MatchFunctor.h +++ b/shibsp/attribute/filtering/MatchFunctor.h @@ -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;