[java-identity-provider] branch maint-3.4 updated (b700953 -> 4d848bf)

Scott Cantor cantor.2 at osu.edu
Thu Sep 26 12:19:22 EDT 2019


This is an automated email from the git hooks/post-receive script.

scantor pushed a change to branch maint-3.4
in repository java-identity-provider.

      from  b700953   Tie servlet request and context mock objects together correctly.
       new  f4a536b   IDP-1502 - Avoid object creation in the external web flows
       new  4d848bf   IDP-1502 - Avoid object creation in the external web flows

The 2 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:
 .../idp/authn/ExternalAuthentication.java          | 131 ++++--
 .../context/ExternalAuthenticationContext.java     |  27 +-
 .../idp/authn/impl/ExternalAuthenticationImpl.java |  60 +--
 .../impl/ValidateExternalAuthenticationTest.java   |  28 +-
 .../spnego/impl/SPNEGOAuthnControllerTest.java     | 438 ++++++++++-----------
 .../main/resources/system/conf/webflow-config.xml  |   9 +
 .../system/flows/authn/external-authn-flow.xml     |   3 +-
 .../system/flows/authn/remoteuser-authn-flow.xml   |   4 +-
 .../system/flows/authn/spnego-authn-flow.xml       |   3 +-
 .../system/flows/authn/x509-authn-flow.xml         |   3 +-
 .../profile/interceptor/ExternalInterceptor.java   | 227 +++++++++++
 .../idp/profile/RequestContextBuilder.java         |   1 +
 12 files changed, 602 insertions(+), 332 deletions(-)
 create mode 100644 idp-profile-api/src/main/java/net/shibboleth/idp/profile/interceptor/ExternalInterceptor.java

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


More information about the commits mailing list