shibsp::ResolutionContext Class Reference

A context for a resolution request. More...

#include <shibsp/attribute/resolver/ResolutionContext.h>

List of all members.

Public Member Functions

virtual std::vector< Attribute * > & getResolvedAttributes ()=0
 Returns the set of Attributes resolved and added to the context.
virtual std::vector
< opensaml::Assertion * > & 
getResolvedAssertions ()=0
 Returns the set of assertions resolved and added to the context.


Detailed Description

A context for a resolution request.

Member Function Documentation

virtual std::vector<Attribute*>& shibsp::ResolutionContext::getResolvedAttributes (  )  [pure virtual]

Returns the set of Attributes resolved and added to the context.

Any Attributes left in the returned container will be freed by the context, so the caller should modify/clear the container after copying objects for its own use.

Returns:
a mutable array of Attributes.

virtual std::vector<opensaml::Assertion*>& shibsp::ResolutionContext::getResolvedAssertions (  )  [pure virtual]

Returns the set of assertions resolved and added to the context.

Any assertions left in the returned container will be freed by the context, so the caller should modify/clear the container after copying objects for its own use.

Returns:
a mutable array of Assertions


The documentation for this class was generated from the following file:

Generated on Tue Jul 26 01:11:32 2011 for shibboleth-2.4.3 by  doxygen 1.5.6