[java-identity-provider COMMIT] /trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd
noreply at shibboleth.net
noreply at shibboleth.net
Thu Sep 22 06:10:20 EDT 2016
Author: rdw
Date: Thu Sep 22 06:10:20 2016
New Revision: 8421
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8421&view=rev
Log:
IDP-813 Remove unsupported/deprecated attributed from flattened sche,a
https://issues.shibboleth.net/jira/browse/IDP-813
Modified:
trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd
Modified: trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd?rev=8421&r1=8420&r2=8421&view=diff
==============================================================================
--- trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd (original)
+++ trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd Thu Sep 22 06:10:20 2016
@@ -977,20 +977,6 @@
</documentation>
</annotation>
</attribute>
- <attribute name="poolInitialSize" type="string">
- <annotation>
- <documentation>
- This attribute is deprecated, use LdapPoolConfig#minPoolSize instead.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="poolMaxIdleSize" type="string">
- <annotation>
- <documentation>
- This attribute is deprecated, use LdapPoolConfig#maxPoolSize instead.
- </documentation>
- </annotation>
- </attribute>
<attribute name="searchTimeLimit" type="string">
<annotation>
<documentation>
@@ -1023,23 +1009,6 @@
<documentation>
The maximum number of results that may be returned from a query.
Default value is 1.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="cacheResults" type="string">
- <annotation>
- <documentation>
- A boolean flag indicating that search results should be cached for the duration of a user's
- session.
-
- This option is no longer supported, use the ResultCache element instead.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="mergeResults" type="string">
- <annotation>
- <documentation>
- No longer supported.
</documentation>
</annotation>
</attribute>
@@ -1156,13 +1125,6 @@
</documentation>
</annotation>
</attribute>
- <attribute name="queryUsesStoredProcedure" type="string">
- <annotation>
- <documentation>
- No longer supported.
- </documentation>
- </annotation>
- </attribute>
<attribute name="queryTimeout" type="string">
<annotation>
<documentation>
@@ -1188,15 +1150,6 @@
an error is raised and a failover dependency is defined for this connector the failover will
be invoked.
Default value is false.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="cacheResults" type="string">
- <annotation>
- <documentation>
- A boolean flag that determines whether to cache results.
-
- This option is no longer supported, use the ResultCache element instead.
</documentation>
</annotation>
</attribute>
More information about the commits
mailing list