[java-plugin-shibd] branch main updated (7dc12b1 -> 82fcbdb)
Scott Cantor
cantor.2 at osu.edu
Tue Jul 2 16:53:21 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a change to branch main
in repository java-plugin-shibd.
from 7dc12b1 Add flow to encrypt/decrypt data with sealer.
new 5967a4e Add content type to responses.
new 82fcbdb Getting flow testing framework in place.
The 2 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:
sp-conf-impl/pom.xml | 88 ++++++++++++
.../shibboleth/sp/flows/AbstractSPFlowTest.java | 159 +++++++++++++++++++++
.../java/net/shibboleth/sp/flows/PingFlowTest.java | 49 +++++++
.../net/shibboleth/sp/flows}/package-info.java | 4 +-
.../net/shibboleth/idp/module/conf/global.xml | 72 ++++++++++
.../sp/profile/impl/EncodeAgentResponse.java | 2 +
6 files changed, 372 insertions(+), 2 deletions(-)
create mode 100644 sp-conf-impl/src/test/java/net/shibboleth/sp/flows/AbstractSPFlowTest.java
create mode 100644 sp-conf-impl/src/test/java/net/shibboleth/sp/flows/PingFlowTest.java
copy {sp-session-api/src/main/java/net/shibboleth/sp/session => sp-conf-impl/src/test/java/net/shibboleth/sp/flows}/package-info.java (90%)
create mode 100644 sp-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/global.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list