[java-plugin-shibd] branch main updated (a4f8231 -> 0121aa8)

Scott Cantor cantor.2 at osu.edu
Mon Jul 8 17:31:12 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 a4f8231  Testing some failsafe error handling.
     new 4b46b4a  Abstract flow for application lookup.
     new 0121aa8  Master flow for session-initiator loop.

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:
 .../application-beans.xml}                         |  5 +-
 .../application-flow.xml}                          | 16 ++---
 .../session-initiator-beans.xml}                   |  4 +-
 .../session-initiator/session-initiator-flow.xml   | 42 +++++++++++++
 .../shibboleth/idp/module/conf/sp/sp.properties    |  3 +
 .../net/shibboleth/sp/conf/agents-system.xml       |  6 +-
 ...FlowTest.java => SessionInitiatorFlowTest.java} | 64 ++++++++++----------
 .../shibboleth/idp/module/conf/sp/test-agents.xml  |  7 ++-
 sp-server-api/pom.xml                              | 16 +++--
 .../main/java/net/shibboleth/sp/Application.java   | 11 ++++
 .../java/net/shibboleth/sp/impl/BasicAgent.java    |  2 +-
 .../net/shibboleth/sp/impl/BasicApplication.java   | 46 +++++++++++++-
 .../sp/profile/impl/ResolveApplication.java        | 70 ++++++++++++++++++++++
 13 files changed, 230 insertions(+), 62 deletions(-)
 copy sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/{ping/ping-beans.xml => application/application-beans.xml} (73%)
 copy sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/{ping/ping-flow.xml => application/application-flow.xml} (55%)
 copy sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/{ping/ping-beans.xml => session-initiator/session-initiator-beans.xml} (87%)
 create mode 100644 sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/session-initiator/session-initiator-flow.xml
 copy sp-conf-impl/src/test/java/net/shibboleth/sp/flows/{PingFlowTest.java => SessionInitiatorFlowTest.java} (54%)
 create mode 100644 sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/ResolveApplication.java

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list