[cpp-opensaml] branch master updated: SSPCPP-756 Add 'LocalDynamic' and 'MDQ' types of Metadata Provision
Rod Widdowson
rdw at steadingsoftware.com
Wed Nov 29 10:34:08 EST 2017
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository cpp-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=fa7404ac31c57768355db5933f072bdbdf5498bc
The following commit(s) were added to refs/heads/master by this push:
new fa7404a SSPCPP-756 Add 'LocalDynamic' and 'MDQ' types of Metadata Provision
fa7404a is described below
commit fa7404ac31c57768355db5933f072bdbdf5498bc
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Nov 29 15:32:26 2017 +0000
SSPCPP-756 Add 'LocalDynamic' and 'MDQ' types of Metadata Provision
https://issues.shibboleth.net/jira/browse/SSPCPP-756
---
saml/saml2/metadata/MetadataProvider.h | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/saml/saml2/metadata/MetadataProvider.h b/saml/saml2/metadata/MetadataProvider.h
index c3e7b41..71d7f48 100644
--- a/saml/saml2/metadata/MetadataProvider.h
+++ b/saml/saml2/metadata/MetadataProvider.h
@@ -290,9 +290,15 @@ namespace opensaml {
/** MetadataProvider based on local or remote XML file */
#define XML_METADATA_PROVIDER "XML"
- /** MetadataProvider based on dynamic resolution */
+ /** MetadataProvider based on dynamic resolution from a URL. */
#define DYNAMIC_METADATA_PROVIDER "Dynamic"
+ /** MetadataProvider based on dynamic resolution from a file system. */
+ #define LOCAL_DYNAMIC_METADATA_PROVIDER "LocalDynamic"
+
+ /** MetadataProvider based on dynamic resolution from an MDQ server. */
+ #define MDQ_METADATA_PROVIDER "MDQ"
+
/** MetadataProvider that wraps a sequence of metadata providers. */
#define CHAINING_METADATA_PROVIDER "Chaining"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list