Imported Upstream version 2.4+dfsg
[shibboleth/sp.git] / shibsp / attribute / filtering / MatchFunctor.h
index a802d3d..1fd976e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2001-2009 Internet2
+ *  Copyright 2001-2010 Internet2
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -118,6 +118,9 @@ namespace shibsp {
     /** Matches based on metadata Scope extensions. */
     extern SHIBSP_API xmltooling::QName AttributeScopeMatchesShibMDScopeType;
 
+    /** Matches based on NameID NameQualifiers. */
+    extern SHIBSP_API xmltooling::QName NameIDQualifierStringType;
+
     /**
      * Registers MatchFunctor classes into the runtime.
      */