Extended criteria for metadata lookup for Shibboleth-aware metadata providers.
More...
#include <shibsp/metadata/MetadataProviderCriteria.h>
|
| MetadataProviderCriteria (const Application &app) |
| Constructor. More...
|
|
| MetadataProviderCriteria (const Application &app, const XMLCh *id, const xmltooling::QName *q=nullptr, const XMLCh *prot=nullptr, bool valid=true) |
| Constructor. More...
|
|
| MetadataProviderCriteria (const Application &app, const char *id, const xmltooling::QName *q=nullptr, const XMLCh *prot=nullptr, bool valid=true) |
| Constructor. More...
|
|
| MetadataProviderCriteria (const Application &app, const opensaml::SAMLArtifact *a, const xmltooling::QName *q=nullptr, const XMLCh *prot=nullptr, bool valid=true) |
| Constructor. More...
|
|
Extended criteria for metadata lookup for Shibboleth-aware metadata providers.
◆ MetadataProviderCriteria() [1/4]
shibsp::MetadataProviderCriteria::MetadataProviderCriteria |
( |
const Application & |
app | ) |
|
Constructor.
- Parameters
-
app | application performing the lookup |
◆ MetadataProviderCriteria() [2/4]
shibsp::MetadataProviderCriteria::MetadataProviderCriteria |
( |
const Application & |
app, |
|
|
const XMLCh * |
id, |
|
|
const xmltooling::QName * |
q = nullptr , |
|
|
const XMLCh * |
prot = nullptr , |
|
|
bool |
valid = true |
|
) |
| |
Constructor.
- Parameters
-
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 |
◆ MetadataProviderCriteria() [3/4]
shibsp::MetadataProviderCriteria::MetadataProviderCriteria |
( |
const Application & |
app, |
|
|
const char * |
id, |
|
|
const xmltooling::QName * |
q = nullptr , |
|
|
const XMLCh * |
prot = nullptr , |
|
|
bool |
valid = true |
|
) |
| |
Constructor.
- Parameters
-
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 |
◆ MetadataProviderCriteria() [4/4]
shibsp::MetadataProviderCriteria::MetadataProviderCriteria |
( |
const Application & |
app, |
|
|
const opensaml::SAMLArtifact * |
a, |
|
|
const xmltooling::QName * |
q = nullptr , |
|
|
const XMLCh * |
prot = nullptr , |
|
|
bool |
valid = true |
|
) |
| |
Constructor.
- Parameters
-
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 documentation for this struct was generated from the following file: