shibboleth-3.0.4
|
A context for a resolution request. More...
#include <shibsp/attribute/resolver/ResolutionContext.h>
Public Member Functions | |
virtual std::vector< Attribute * > & | getResolvedAttributes ()=0 |
Returns the set of Attributes resolved and added to the context. More... | |
virtual std::vector< opensaml::Assertion * > & | getResolvedAssertions ()=0 |
Returns the set of assertions resolved and added to the context. More... | |
A context for a resolution request.
|
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.
|
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.