Batches up criteria for entity lookup.
More...
#include <saml/saml2/metadata/MetadataProvider.h>
|
|
| Criteria () |
| | Default constructor.
|
| |
| | Criteria (const XMLCh *id, const xmltooling::QName *q=nullptr, const XMLCh *prot=nullptr, bool valid=true) |
| | Constructor. More...
|
| |
| | Criteria (const char *id, const xmltooling::QName *q=nullptr, const XMLCh *prot=nullptr, bool valid=true) |
| | Constructor. More...
|
| |
| | Criteria (const SAMLArtifact *a, const xmltooling::QName *q=nullptr, const XMLCh *prot=nullptr, bool valid=true) |
| | Constructor. More...
|
| |
|
virtual void | reset () |
| | Restores the object to its default state.
|
| |
Batches up criteria for entity lookup.
| opensaml::saml2md::MetadataProvider::Criteria::Criteria |
( |
const XMLCh * |
id, |
|
|
const xmltooling::QName * |
q = nullptr, |
|
|
const XMLCh * |
prot = nullptr, |
|
|
bool |
valid = true |
|
) |
| |
Constructor.
- Parameters
-
| 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 |
| opensaml::saml2md::MetadataProvider::Criteria::Criteria |
( |
const char * |
id, |
|
|
const xmltooling::QName * |
q = nullptr, |
|
|
const XMLCh * |
prot = nullptr, |
|
|
bool |
valid = true |
|
) |
| |
Constructor.
- Parameters
-
| 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 |
| opensaml::saml2md::MetadataProvider::Criteria::Criteria |
( |
const SAMLArtifact * |
a, |
|
|
const xmltooling::QName * |
q = nullptr, |
|
|
const XMLCh * |
prot = nullptr, |
|
|
bool |
valid = true |
|
) |
| |
Constructor.
- Parameters
-
| 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 |
| const char* opensaml::saml2md::MetadataProvider::Criteria::entityID_ascii |
| const XMLCh* opensaml::saml2md::MetadataProvider::Criteria::entityID_unicode |
| const XMLCh* opensaml::saml2md::MetadataProvider::Criteria::protocol |
Protocol support constant.
| const XMLCh* opensaml::saml2md::MetadataProvider::Criteria::protocol2 |
Backup protocol support constant.
| const xmltooling::QName* opensaml::saml2md::MetadataProvider::Criteria::role |
Element or schema type QName of metadata role.
| bool opensaml::saml2md::MetadataProvider::Criteria::validOnly |
Controls whether stale metadata is ignored.
The documentation for this struct was generated from the following file: