#include <shibsp/base.h>
#include <saml/Assertion.h>
#include <saml/saml2/metadata/Metadata.h>
#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 | 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.