A service that transforms or resolves additional attributes for a particular subject. More...
#include <shibsp/base.h>#include <string>#include <vector>#include <xmltooling/Lockable.h>Classes | |
| class | shibsp::AttributeResolver |
| The service that resolves the attributes for a particular subject. More... | |
Namespaces | |
| namespace | shibsp |
Shibboleth Service Provider Library. | |
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 | |
| class SAML_API | opensaml::Assertion |
| class SAML_API | opensaml::saml2::NameID |
| class SAML_API | opensaml::saml2md::EntityDescriptor |
A service that transforms or resolves additional attributes for a particular subject.
| #define CHAINING_ATTRIBUTE_RESOLVER "Chaining" |
AttributeResolver based on chaining together other resolvers.
| #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.
1.7.1