You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cr...@apache.org on 2021/04/09 17:56:54 UTC

[sling-whiteboard] branch master updated (5842843 -> ae10a18)

This is an automated email from the ASF dual-hosted git repository.

cris pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git.


    from 5842843  Sling 9397/update removed saml config service (#69)
     add 81b1068  removed optional transititve for Spring's org.relaxng.datatype from dom4j, which itself is not needed
     add 5f711b7  Added method to validate subject confirmation
     add 0148d42  saml-handler: pom.xml / bnd usage cleanups
     add 00f00b8  Merge remote-tracking branch 'upstream/feature/saml-handler-pom-cleanups' into sling-saml2-service-provider
     add c00d968  plugin renamed from maven-sling-plugin to sling-maven-plugin
     add 8861ab1  clean up bugs and code smell
     add 43d257f  added noticeStatement property
     add 34f01ae  merged upstream master
     add f9a3c91  merged upstream master
     add a417354  Upgraded SAML2 Handler to OpenSAML V4. Java 11. Sling 12. Reviewed and optimized embedded OpenSAML dependencies and updated versions.
     add 16686fb  Added custom runtime exception class for unhandled exceptions. Removed commented and unused code
     add 5ea09f4  added license
     add 4c7e579  Removed attribution under license. Refactored JKS password to char[]. Reduced duplication Credentials classes. Removed Notice. Removed JCR test package from resources
     add e4c8b05  removed unused imports. added missing license
     add 9dd9e7f  started demo saml2 project
     add cdc7c77  updated comments
     add 9970e62  To get repoinit working, moved configs from /apps/sling/saml/runmodes/config  to /apps/runmodes/configs
     add ab049dd  fix 'catch multiple exceptions at once' code smell
     add bbcdec5  Started Example SAML2 project that will provide faster test setup providing JKS, service user, ACL's, dependencies, and SlingJunit tests
     add e323639  space change
     add 601e18c  Merge remote-tracking branch 'upstream/master' into saml2-auth-handler/Upgrade-Sling12-OpenSAMLV4-Java11
     add 6b8fc40  pulled from upstream main branch
     add 4d75d7f  fix pom error
     add 793fa16  fix sonar bug and smells
     add 1686962  Fixed startup problem by setting startLevel to 19
     add 01b85bc  Refactor example setup and configuration project (saml-example)
     add e74061d  moved example realm to example project
     add 96630e4  Export Package of oak-auth-external dependency simplifies setup
     add 337c097  update documentation
     add 58d254d  merged upstream
     add a0767e5  Updated READMME Docs for clarifying processes for SSL and SAML credentials
     add 19a356b  Merge branch 'saml2-auth-handler/Upgrade-Sling12-OpenSAMLV4-Java11'
     add a1730f8  Merge branch 'sling-saml2-service-provider'
     add 2faedfc  Merge branch 'master' of https://github.com/apache/sling-whiteboard
     add e03e952  Merge branch 'master' of github.com:cmrockwell/sling-whiteboard
     add ae10a18  fix merge conflicts and sonarcloud code smells

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |  2 +-
 ...ing.auth.saml2.impl.SAML2ConfigServiceImpl.xml} |  0
 saml-handler/pom.xml                               |  2 +-
 .../org/apache/sling/auth/saml2/Activator.java     | 15 ++-----
 .../saml2/AuthenticationHandlerSAML2Config.java    |  4 --
 .../java/org/apache/sling/auth/saml2/Helpers.java  | 49 +++-------------------
 .../org/apache/sling/auth/saml2/Saml2User.java     | 10 ++---
 .../sling/auth/saml2/impl/AbstractSamlHandler.java |  2 +-
 .../saml2/impl/AuthenticationHandlerSAML2Impl.java | 43 +++++++------------
 .../auth/saml2/impl/Saml2UserMgtServiceImpl.java   |  6 +--
 .../apache/sling/auth/saml2/impl/TokenStore.java   | 29 ++++---------
 .../apache/sling/auth/saml2/sp/JksCredentials.java |  3 ++
 .../sling/auth/saml2/sp/Saml2LoginModule.java      |  4 --
 .../apache/sling/auth/saml2/sp/SessionStorage.java |  2 +-
 .../auth/saml2/sp/VerifySignatureCredentials.java  |  5 +--
 .../java/org/apache/sling/auth/saml2/JCETest.java  |  2 +
 .../org/apache/sling/auth/saml2/SamlHandlerIT.java |  2 +-
 .../impl/AuthenticationHandlerSAML2ImplTest.java   |  3 +-
 18 files changed, 52 insertions(+), 131 deletions(-)
 copy saml-example/src/main/content/jcr_root/apps/saml/config/{org.apache.sling.auth.saml2.AuthenticationHandlerSAML2~example.xml => org.apache.sling.auth.saml2.impl.SAML2ConfigServiceImpl.xml} (100%)