[java-identity-provider] branch master updated: Remove unused enum from schema.
Scott Cantor
cantor.2 at osu.edu
Wed Jan 29 19:39:10 EST 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=ce71770d4bae06025d871f2eb5aeb8ec0d8420b9
The following commit(s) were added to refs/heads/master by this push:
new ce71770 Remove unused enum from schema.
ce71770 is described below
commit ce71770d4bae06025d871f2eb5aeb8ec0d8420b9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 29 19:38:31 2020 -0500
Remove unused enum from schema.
---
idp-schema/src/main/resources/schema/shibboleth-metadata.xsd | 8 --------
1 file changed, 8 deletions(-)
diff --git a/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd b/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd
index 082fc59..c5b7fa3 100644
--- a/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd
+++ b/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd
@@ -225,14 +225,6 @@
</complexContent>
</complexType>
- <simpleType name="HttpClientCachingType">
- <restriction base="string">
- <enumeration value="none"/>
- <enumeration value="file"/>
- <enumeration value="memory"/>
- </restriction>
- </simpleType>
-
<complexType name="FilesystemMetadataProvider">
<annotation>
<documentation>A metadata provider that reads SAML2 metadata from the filesystem.</documentation>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list