[java-identity-provider] branch master updated (fc64201 -> 34c275c)
Rod Widdowson
rdw at steadingsoftware.com
Fri Jul 14 09:10:20 EDT 2017
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch master
in repository java-identity-provider.
from fc64201 OSJ-209: Support mandatory use of TrustEngine in SecurityEnhancedTLSSocketFactory
new a09272e IDP-1184 Replace <sequence><choice> with <choice>
new 9841591 IDP-1184 Remove needless numeric restrictions on elements inside a choice
new 70c98d2 IDP-1184 Flattened Schema and FailoverDataConnector
new 9c53d89 IDP-1184 Flattened schema and Attribute Definitions
new 93ed708 IDP-1184 Test for (existing) warning for duplicate elements in flattened schema
new 0e18f59 IDP-1184 Clean up warning around RDBMS Connectors
new 34c275c IDP-1193 Flatten StoredIdConnector properly
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../ad/impl/ScriptedAttributeDefinitionParser.java | 11 +-
.../ad/impl/TemplateAttributeDefinitionParser.java | 14 +-
.../impl/MappedAttributeDefinitionParser.java | 18 +-
.../spring/dc/AbstractDataConnectorParser.java | 2 +-
.../spring/dc/impl/ManagedConnectionParser.java | 3 +-
.../spring/dc/impl/StaticDataConnectorParser.java | 9 +-
.../spring/ad/ScriptedAttributeParserTest.java | 26 +-
.../ad/TemplateAttributeDefinitionParserTest.java | 29 +-
.../MappedAttributeDefinitionParserTest.java | 26 +-
.../spring/dc/StaticDataConnectorParserTest.java | 16 +
.../dc/ldap/LDAPDataConnectorParserTest.java | 9 +
.../{resolver/mapped.xml => multiDefault.xml} | 10 +-
.../resolver/spring/ad/scriptedAttributeDupl.xml | 18 +-
...ibuteFile.xml => scriptedAttributeDuplFile.xml} | 3 +-
...plateAttributes.xml => templateTwoTemplate.xml} | 5 +-
...v2.xml => ldap-attribute-resolver-v2-multi.xml} | 42 +-
.../ldap/resolver/ldap-attribute-resolver-v2.xml | 32 +
.../resolver/spring/dc/resolver/stored.xml | 3 +
...taticAttributes.xml => staticMultiFallback.xml} | 9 +-
.../schema/shibboleth-attribute-resolver.xsd | 680 ++++++++++-----------
20 files changed, 522 insertions(+), 443 deletions(-)
copy idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/ad/mapped/{resolver/mapped.xml => multiDefault.xml} (62%)
copy idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/ad/{resolver/scriptedAttributeFile.xml => scriptedAttributeDuplFile.xml} (67%)
copy idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/ad/{resolver/templateAttributes.xml => templateTwoTemplate.xml} (84%)
copy idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/dc/ldap/resolver/{ldap-attribute-resolver-v2.xml => ldap-attribute-resolver-v2-multi.xml} (55%)
copy idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/dc/{resolver/staticAttributes.xml => staticMultiFallback.xml} (60%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list