X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2Fattribute%2Fresolver%2FAttributeResolver.h;h=2e143b9ac436a2349d469842ce5c1cc54c519415;hb=f5d5edeafe98f6322238730ff34ef86dc5220e04;hp=4b12938f0dc3085e0e7004aa5e21f835da63642f;hpb=35f74892a217013b69cf9c69a5d7fbc38be75802;p=shibboleth%2Fcpp-sp.git diff --git a/shibsp/attribute/resolver/AttributeResolver.h b/shibsp/attribute/resolver/AttributeResolver.h index 4b12938..2e143b9 100644 --- a/shibsp/attribute/resolver/AttributeResolver.h +++ b/shibsp/attribute/resolver/AttributeResolver.h @@ -33,9 +33,8 @@ namespace shibsp { class SHIBSP_API Application; class SHIBSP_API Attribute; - class SHIBSP_API ResolutionContext; class SHIBSP_API Session; - class SHIBSP_API SPRequest; + class SHIBSP_API ResolutionContext; #if defined (_MSC_VER) #pragma warning( push ) @@ -96,14 +95,6 @@ namespace shibsp { * @throws AttributeResolutionException thrown if there is a problem resolving the attributes for the subject */ virtual void resolveAttributes(ResolutionContext& ctx) const=0; - - /** - * Clears possible HTTP request headers that might be populated - * during attribute export. - * - * @param request the SP request being processed - */ - virtual void clearHeaders(SPRequest& request) const=0; }; #if defined (_MSC_VER)