#include <shibsp/base.h>
#include <string>
#include <vector>
#include <xmltooling/Lockable.h>
Include dependency graph for AttributeResolver.h:
Namespaces | |
namespace | opensaml |
namespace | opensaml::saml2 |
namespace | opensaml::saml2md |
namespace | shibsp |
Classes | |
class | shibsp::AttributeResolver |
The service that resolves the attributes for a particular subject. More... | |
Defines | |
#define | QUERY_ATTRIBUTE_RESOLVER "Query" |
AttributeResolver based on SAML queries to an IdP during SSO. | |
#define | SIMPLEAGGREGATION_ATTRIBUTE_RESOLVER "SimpleAggregation" |
AttributeResolver based on free-standing SAML queries to additional AAs. | |
#define | CHAINING_ATTRIBUTE_RESOLVER "Chaining" |
AttributeResolver based on chaining together other resolvers. | |
Functions | |
void | shibsp::registerAttributeResolvers () |
Registers AttributeResolver classes into the runtime. | |
Variables | |
SAML_API | opensaml::Assertion |
SAML_API | opensaml::saml2::NameID |
SAML_API | opensaml::saml2md::EntityDescriptor |