[java-identity-provider] 49/51: IDP-1408 Remove deprecated 'encoders' from schema
Rod Widdowson
rdw at steadingsoftware.com
Wed Feb 6 08:43:20 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=feb598ce871e6da8aaddd0f2c13963c029e4832d
commit feb598ce871e6da8aaddd0f2c13963c029e4832d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Feb 1 11:39:18 2019 +0000
IDP-1408 Remove deprecated 'encoders' from schema
https://issues.shibboleth.net/jira/browse/IDP-1408
---
.../schema/shibboleth-attribute-resolver.xsd | 42 ----------------------
1 file changed, 42 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 0fae903..ae35043 100644
--- a/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd
+++ b/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd
@@ -2035,48 +2035,6 @@
</complexContent>
</complexType>
- <!-- Encoders that produce SAML 1 or 2 name identifiers -->
-
- <complexType name="SAML1StringNameIdentifier">
- <annotation>
- <documentation>DEPRECATED: Defines a SAML 1 string encoder for a NameIdentifier.</documentation>
- </annotation>
- <complexContent>
- <extension base="resolver:BaseAttributeEncoderType">
- <attribute name="nameFormat" type="string">
- <annotation>
- <documentation>The SAML 1 NameFormat of the NameIdentifier.</documentation>
- </annotation>
- </attribute>
- <attribute name="nameQualifier" type="string" use="optional">
- <annotation>
- <documentation>The SAML 1 NameQualfier of the NameIdentifier.</documentation>
- </annotation>
- </attribute>
- </extension>
- </complexContent>
- </complexType>
-
- <complexType name="SAML2StringNameID">
- <annotation>
- <documentation>DEPRECATED: Defines a SAML 2 string encoder for a NameID.</documentation>
- </annotation>
- <complexContent>
- <extension base="resolver:BaseAttributeEncoderType">
- <attribute name="nameFormat" type="string">
- <annotation>
- <documentation>The SAML 2 NameFormat of the NameID.</documentation>
- </annotation>
- </attribute>
- <attribute name="nameQualifier" type="string" use="optional">
- <annotation>
- <documentation>The SAML 2 NameQualfier of the NameID.</documentation>
- </annotation>
- </attribute>
- </extension>
- </complexContent>
- </complexType>
-
<!-- Reusable type for inline scripting. -->
<complexType name="ScriptType">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list