X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2Fattribute%2Ffiltering%2Fimpl%2FAttributeRequesterInEntityGroupFunctor.cpp;h=8c372556ccb8d48841b12713b3e4564b4e4267e1;hb=9ccdbac09f806eb2fcd298c07110932d9b8c9004;hp=e774a7adecbdd0ac3216377bdef5f090f242541f;hpb=d62482bb9f08e2bce953da3710304d47ba4f9bac;p=shibboleth%2Fcpp-sp.git diff --git a/shibsp/attribute/filtering/impl/AttributeRequesterInEntityGroupFunctor.cpp b/shibsp/attribute/filtering/impl/AttributeRequesterInEntityGroupFunctor.cpp index e774a7a..8c37255 100644 --- a/shibsp/attribute/filtering/impl/AttributeRequesterInEntityGroupFunctor.cpp +++ b/shibsp/attribute/filtering/impl/AttributeRequesterInEntityGroupFunctor.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Internet2 + * Copyright 2001-2009 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ /** * AttributeRequesterInEntityGroupFunctor.cpp * - * A match function that evaluates to true if the attribute requester is found in metadata and is a member + * A match function that evaluates to true if the attribute requester is found in metadata and is a member * of the given entity group. */ @@ -25,6 +25,9 @@ #include "exceptions.h" #include "attribute/filtering/FilteringContext.h" #include "attribute/filtering/FilterPolicyContext.h" +#include "attribute/filtering/MatchFunctor.h" + +#include using namespace opensaml::saml2md; @@ -33,7 +36,7 @@ namespace shibsp { static const XMLCh groupID[] = UNICODE_LITERAL_7(g,r,o,u,p,I,D); /** - * A match function that evaluates to true if the attribute requester is found in metadata and is a member + * A match function that evaluates to true if the attribute requester is found in metadata and is a member * of the given entity group. */ class SHIBSP_DLLLOCAL AttributeRequesterInEntityGroupFunctor : public MatchFunctor