X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=saml%2Fsaml2%2Fmetadata%2FDynamicMetadataProvider.h;h=7ca322ce55591761be797d181cc17d1517a586da;hb=a70e0c7f3c52bfd3ff1de84183de6cfe175fccc6;hp=44b622bb8eff21857d913c6a116c9a2a8883b50d;hpb=a27571521857b4cc9d61a5d823bda9fe29bb0d7d;p=shibboleth%2Fopensaml2.git diff --git a/saml/saml2/metadata/DynamicMetadataProvider.h b/saml/saml2/metadata/DynamicMetadataProvider.h index 44b622b..7ca322c 100644 --- a/saml/saml2/metadata/DynamicMetadataProvider.h +++ b/saml/saml2/metadata/DynamicMetadataProvider.h @@ -59,7 +59,7 @@ namespace opensaml { throw MetadataException("getMetadata operation not implemented on this provider."); } - const EntityDescriptor* getEntityDescriptor(const char* id, bool requireValidMetadata=true) const; + std::pair getEntityDescriptor(const Criteria& criteria) const; protected: /** Controls XML schema validation. */