[java-identity-provider] branch main updated (88652f33c -> 118d66ff3)
Rod Widdowson
rdw at steadingsoftware.com
Sun Jun 6 11:40:40 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch main
in repository java-identity-provider.
from 88652f33c IDP-1296 - Non-standard extension to discriminate logout endpoints
new aee6246bf IDP-1699 Warn if updating an IdP with an unsupported plugin
new a11811e3c IDP-1772 Plugin installation should output module operations
new 919c988d3 IDP-1789 Add option to SimpleAttributeDefinition to drop null or empty values
new a74e8bbb8 IDP-1789 Add option to SimpleAttributeDefinition to drop null or empty values
new f8dde3e0f IDP-1795 Add deprecation warning for non lists passed to an IdPAttribute
new 5d6be3934 IDP-1808 Option in plugin.sh to postpone rebuilding the .war file
new 3c1233d23 IDP-1814 Align Installer logging with the command line logging
new 898129e95 IDP-1811, IDP-1817 Push Attribute Information collection down.
new df46ae9c6 IDP-1811 Expose suppressDisplayInformation as a resolver plugin option
new a0f0ddbb4 IDP-1817 Deprecate old Display methods in IdPAttribute
new e0fbf4efa IDP-1811 Expose suppressDisplayInformation as a resolver plugin option 1/3
new d06a3e5c5 IDP-1811 Expose suppressDisplayInformation as a resolver plugin option 2/3
new 118d66ff3 IDP-1811 Expose suppressDisplayInformation as a resolver plugin option 3/3
The 13 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:
.../net/shibboleth/idp/attribute/IdPAttribute.java | 18 ++-
.../attribute/filter/impl/AttributeFilterImpl.java | 2 +-
.../matcher/impl/MockValuePredicateMatcher.java | 1 -
.../filter/matcher/impl/ScriptedMatcherTest.java | 5 +-
.../impl/MappedAttributeInMetadataMatcherTest.java | 6 +-
.../impl/NumOfAttributeValuesPolicyRuleTest.java | 4 +-
.../resolver/AbstractAttributeDefinition.java | 1 +
.../attribute/resolver/AbstractResolverPlugin.java | 7 +-
.../resolver/ad/impl/ScriptedIdPAttributeImpl.java | 2 +-
.../ad/impl/SimpleAttributeDefinition.java | 34 +++++-
.../resolver/impl/AttributeResolverImpl.java | 40 ++++++-
.../resolver/ad/impl/SimpleAttributeTest.java | 43 +++++++
.../ad/impl/SimpleAttributeDefinitionParser.java | 8 +-
.../impl/AttributeResolverServiceStrategy.java | 41 +++++--
.../spring/ad/SimpleAttributeParserTest.java | 6 +-
.../ad/resolver/simpleAttributePopulated2.xml | 1 +
.../net/shibboleth/idp/conf/services-system.xml | 1 +
.../idp/flows/intercept/attribute-release-flow.xml | 4 +-
.../src/main/resources/conf/services.properties | 1 +
.../impl/AbstractAttributeDisplayFunction.java | 53 +++++++--
.../impl/AttributeDisplayDescriptionFunction.java | 25 +++-
.../logic/impl/AttributeDisplayNameFunction.java | 26 ++++-
...ttributeDisplayNameDescriptionFunctionTest.java | 125 +++++++++++++++++---
.../src/main/resources/bin/install-log.xml | 2 +-
.../idp/installer/CurrentInstallState.java | 7 ++
.../net/shibboleth/idp/installer/V4Install.java | 19 +++
.../installer/impl/CurrentInstallStateImpl.java | 57 +++++++++
.../idp/installer/plugin/impl/PluginInstaller.java | 129 +++++++++++++++++----
.../plugin/impl/PluginInstallerArguments.java | 12 ++
.../installer/plugin/impl/PluginInstallerCLI.java | 1 +
.../plugin/impl/RollbackPluginInstall.java | 28 ++++-
.../java/net/shibboleth/idp/installer/Test.java | 6 +-
.../idp/installer/plugin/impl/PluginCLITest.java | 7 +-
.../idp/installer/plugin/impl/RollbackTester.java | 5 +-
.../idp/saml/impl/testing/TestSources.java | 2 +-
.../schema/shibboleth-attribute-resolver.xsd | 5 +
36 files changed, 635 insertions(+), 99 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list