[java-identity-provider] branch master updated: Reorder some types.
Scott Cantor
cantor.2 at osu.edu
Thu Dec 5 17:50:27 EST 2019
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=870d25ca4a44e18c661e2b0eff5a93be3d4c9f09
The following commit(s) were added to refs/heads/master by this push:
new 870d25c Reorder some types.
870d25c is described below
commit 870d25ca4a44e18c661e2b0eff5a93be3d4c9f09
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Dec 5 17:50:20 2019 -0500
Reorder some types.
---
.../src/main/resources/schema/shibboleth-afp.xsd | 51 +++++++++++-----------
1 file changed, 25 insertions(+), 26 deletions(-)
diff --git a/idp-schema/src/main/resources/schema/shibboleth-afp.xsd b/idp-schema/src/main/resources/schema/shibboleth-afp.xsd
index 885dbd2..4d634c4 100644
--- a/idp-schema/src/main/resources/schema/shibboleth-afp.xsd
+++ b/idp-schema/src/main/resources/schema/shibboleth-afp.xsd
@@ -780,32 +780,7 @@
<extension base="afp:RegistrationAuthorityMatchType" />
</complexContent>
</complexType>
-
- <complexType name="ScopeMatchesShibMDScope">
- <annotation>
- <documentation>
- A match function that ensures that an attribute value's scope matches a scope given in
- metadata for the entity or role of the attribute issuer.
-
- </documentation>
- </annotation>
- <complexContent>
- <extension base="afp:MatchFunctorType"/>
- </complexContent>
- </complexType>
-
- <complexType name="ValueMatchesShibMDScope">
- <annotation>
- <documentation>
- A match function that ensures that an attribute value's scope matches a scope given in
- metadata for the entity or role of the attribute issuer.
- </documentation>
- </annotation>
- <complexContent>
- <extension base="afp:MatchFunctorType"/>
- </complexContent>
- </complexType>
-
+
<complexType name="IssuerRegistrationAuthority">
<annotation>
<documentation>
@@ -837,6 +812,30 @@
</complexContent>
</complexType>
+ <complexType name="ScopeMatchesShibMDScope">
+ <annotation>
+ <documentation>
+ A match function that ensures that an attribute value's scope matches a scope given in
+ metadata for the entity or role of the attribute issuer.
+ </documentation>
+ </annotation>
+ <complexContent>
+ <extension base="afp:MatchFunctorType"/>
+ </complexContent>
+ </complexType>
+
+ <complexType name="ValueMatchesShibMDScope">
+ <annotation>
+ <documentation>
+ A match function that ensures that an attribute value's scope matches a scope given in
+ metadata for the entity or role of the attribute issuer.
+ </documentation>
+ </annotation>
+ <complexContent>
+ <extension base="afp:MatchFunctorType"/>
+ </complexContent>
+ </complexType>
+
<complexType name="AttributeInMetadata">
<annotation>
<documentation>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list