#include <shibsp/base.h>
#include <saml/Assertion.h>
#include <saml/saml2/metadata/Metadata.h>
#include <xmltooling/Lockable.h>
Namespaces | |
| 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 | CHAINING_ATTRIBUTE_RESOLVER "Chaining" |
| AttributeResolver based on chaining together other resolvers. | |
Functions | |
| void | shibsp::registerAttributeResolvers () |
| Registers AttributeResolver classes into the runtime. | |
| #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.
1.5.6