[java-identity-provider] 44/51: IDP-1409 Remove PrincipalAuthenticationMethod Attribute definition from Schema
Rod Widdowson
rdw at steadingsoftware.com
Wed Feb 6 08:43:15 EST 2019
This is an automated email from the git hooks/post-receive script.
rdw 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=8aa6cae74f37aa040c8f2d7b78ff8d1fd0ed6e88
commit 8aa6cae74f37aa040c8f2d7b78ff8d1fd0ed6e88
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Jan 30 17:26:41 2019 +0000
IDP-1409 Remove PrincipalAuthenticationMethod Attribute definition from Schema
https://issues.shibboleth.net/jira/browse/IDP-1409
---
.../schema/shibboleth-attribute-resolver.xsd | 22 +++++-----------------
1 file changed, 5 insertions(+), 17 deletions(-)
diff --git a/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd b/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd
index 1fb60e0..0fae903 100644
--- a/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd
+++ b/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:resolver="urn:mace:shibboleth:2.0:resolver" xmlns:sec="urn:mace:shibboleth:2.0:security"
- targetNamespace="urn:mace:shibboleth:2.0:resolver" elementFormDefault="qualified" version="3.0">
+<schema xmlns="http://www.w3.org/2001/XMLSchema"
+ xmlns:resolver="urn:mace:shibboleth:2.0:resolver"
+ xmlns:sec="urn:mace:shibboleth:2.0:security"
+ targetNamespace="urn:mace:shibboleth:2.0:resolver"
+ elementFormDefault="qualified" version="3.0">
<import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
<import namespace="urn:mace:shibboleth:2.0:security" schemaLocation="http://shibboleth.net/schema/idp/shibboleth-security.xsd"/>
@@ -414,21 +417,6 @@
</complexContent>
</complexType>
- <complexType name="PrincipalAuthenticationMethod">
- <annotation>
- <documentation>Exposes the principal's authentication method as an attribute definition.</documentation>
- </annotation>
- <complexContent>
- <extension base="resolver:BaseAttributeDefinitionType">
- <choice maxOccurs="unbounded" minOccurs="0">
- <element name="DisplayName" type="resolver:LocalizedStringType"/>
- <element name="DisplayDescription" type="resolver:LocalizedStringType"/>
- <element ref="resolver:AttributeEncoder"/>
- </choice>
- </extension>
- </complexContent>
- </complexType>
-
<complexType name="PrincipalName">
<annotation>
<documentation>Exposes the principal's name as an attribute definition.</documentation>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list