[java-shib-attribute] branch main updated (0c544d81c -> 191788aa5)
Rod Widdowson
rdw at steadingsoftware.com
Mon Jan 20 11:45:43 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch main
in repository java-shib-attribute.
from 0c544d81c JSATTR-34 Log contents of primary contexts at start of execution
new 2dbefe25f JSATTR-41 Look to make the ScriptedDataConnector Cached
new adb1b3681 CacheKeyTemplet may be null
new dc1a89c3a JSATTR-41 Look to make the ScriptedDataConnector Cached
new d9db4fc06 JSATTR-41 Look to make the ScriptedDataConnector Cached
new 191788aa5 JSATTR-41 Look to make the ScriptedDataConnector Cached
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../dc/http/impl/TemplatedBodyBuilder.java | 4 +-
.../dc/impl/AbstractSearchDataConnector.java | 19 +-
.../{ => scripted}/impl/ScriptedDataConnector.java | 53 +++++-
.../dc/scripted/impl/ScriptedMappingStrategy.java | 19 ++
.../resolver/dc/scripted/impl/ScriptedSearch.java | 19 ++
.../dc/scripted/impl/ScriptedSearchBuilder.java | 147 ++++++++++++++++
.../dc/{ => scripted}/impl/package-info.java | 4 +-
.../dc/impl/ScriptedDataConnectorTest.java | 93 ----------
.../scripted/impl/ScriptedDataConnectorTest.java | 191 +++++++++++++++++++++
.../idp/attribute/resolver/impl/dc/cache.js | 1 +
.../dc/impl/ScriptedDataConnectorParser.java | 66 +++++--
.../schema/shibboleth-attribute-resolver.xsd | 16 ++
.../dc/impl/ScriptedDataConnectorParserTest.java | 13 +-
.../spring/dc/resolver/scriptedAttributeBoth.xml | 25 ++-
.../spring/dc/resolver/scriptedAttributeNone.xml | 23 +++
.../dc/resolver/scriptedAttributeTooManyFiles.xml | 23 +++
.../resolver/scriptedAttributeTooManyScripts.xml | 23 +++
.../dc/resolver/scriptedAttributeWithCache.xml | 37 ++++
.../spring/dc/resolver/scriptedAttributes.xml | 23 +++
19 files changed, 673 insertions(+), 126 deletions(-)
rename shib-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/{ => scripted}/impl/ScriptedDataConnector.java (87%)
create mode 100644 shib-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/scripted/impl/ScriptedMappingStrategy.java
create mode 100644 shib-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/scripted/impl/ScriptedSearch.java
create mode 100644 shib-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/scripted/impl/ScriptedSearchBuilder.java
copy shib-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/{ => scripted}/impl/package-info.java (84%)
delete mode 100644 shib-attribute-resolver-impl/src/test/java/net/shibboleth/idp/attribute/resolver/dc/impl/ScriptedDataConnectorTest.java
create mode 100644 shib-attribute-resolver-impl/src/test/java/net/shibboleth/idp/attribute/resolver/dc/scripted/impl/ScriptedDataConnectorTest.java
create mode 100644 shib-attribute-resolver-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/impl/dc/cache.js
create mode 100644 shib-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/dc/resolver/scriptedAttributeWithCache.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list