#include <shibsp/metadata/MetadataProviderCriteria.h>
Public Member Functions | |
MetadataProviderCriteria (const Application &app) | |
Constructor. | |
MetadataProviderCriteria (const Application &app, const XMLCh *id, const xmltooling::QName *q=nullptr, const XMLCh *prot=nullptr, bool valid=true) | |
Constructor. | |
MetadataProviderCriteria (const Application &app, const char *id, const xmltooling::QName *q=nullptr, const XMLCh *prot=nullptr, bool valid=true) | |
Constructor. | |
MetadataProviderCriteria (const Application &app, const opensaml::SAMLArtifact *a, const xmltooling::QName *q=nullptr, const XMLCh *prot=nullptr, bool valid=true) | |
Constructor. | |
Public Attributes | |
const Application & | application |
The application performing the lookup. |
shibsp::MetadataProviderCriteria::MetadataProviderCriteria | ( | const Application & | app | ) |
Constructor.
app | application performing the lookup |
shibsp::MetadataProviderCriteria::MetadataProviderCriteria | ( | const Application & | app, | |
const XMLCh * | id, | |||
const xmltooling::QName * | q = nullptr , |
|||
const XMLCh * | prot = nullptr , |
|||
bool | valid = true | |||
) |
Constructor.
app | application performing the lookup | |
id | entityID to lookup | |
q | element/type of role, if any | |
prot | protocol support constant, if any | |
valid | true iff stale metadata should be ignored |
shibsp::MetadataProviderCriteria::MetadataProviderCriteria | ( | const Application & | app, | |
const char * | id, | |||
const xmltooling::QName * | q = nullptr , |
|||
const XMLCh * | prot = nullptr , |
|||
bool | valid = true | |||
) |
Constructor.
app | application performing the lookup | |
id | entityID to lookup | |
q | element/type of role, if any | |
prot | protocol support constant, if any | |
valid | true iff stale metadata should be ignored |
shibsp::MetadataProviderCriteria::MetadataProviderCriteria | ( | const Application & | app, | |
const opensaml::SAMLArtifact * | a, | |||
const xmltooling::QName * | q = nullptr , |
|||
const XMLCh * | prot = nullptr , |
|||
bool | valid = true | |||
) |
Constructor.
app | application performing the lookup | |
a | artifact to lookup | |
q | element/type of role, if any | |
prot | protocol support constant, if any | |
valid | true iff stale metadata should be ignored |
The application performing the lookup.