[java-opensaml] branch maint-4 updated (1d769b338 -> e6f318332)
Rod Widdowson
rdw at steadingsoftware.com
Wed Aug 10 13:08:13 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch maint-4
in repository java-opensaml.
from 1d769b338 Add additional method override to default expiration.
new a7dd4a17e IDP-1793 Use Suppliers for HttpRequest/Response
new 1f46783a4 IDP-1793 Use Suppliers for HttpRequest/Response
new 8f24285b1 IDP-1793 Use Suppliers for HttpRequest/Response
new b44591c2d IDP-1793 Use Suppliers for HttpRequest/Response
new ae3b38f0a IDP-1793 Use Suppliers for HttpRequest/Response
new 20bc01d75 IDP-1793 Use Suppliers for HttpRequest/Response
new 97ad02349 IDP-1793 Use Suppliers for HttpRequest/Response
new c55514ebc IDP-1793 Use Suppliers for HttpRequest/Response
new cd905434f IDP-1793 Use Suppliers for HttpRequest/Response
new c4dd858d2 IDP-1793 Use Suppliers for HttpRequest/Response
new 131fb5c17 squash 1f46783a458294aedc1
new e6f318332 IDP-1793 Use Suppliers for HttpRequest/Response
The 12 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:
.../AbstractHttpServletRequestMessageDecoder.java | 62 +++++++++++---
.../servlet/HttpServletRequestMessageDecoder.java | 17 +++-
.../AbstractHttpServletResponseMessageEncoder.java | 67 +++++++++++----
.../servlet/HttpServletResponseMessageEncoder.java | 20 ++++-
.../profile/action/AbstractProfileAction.java | 99 +++++++++++++++++++---
.../BaseSAMLSimpleSignatureSecurityHandler.java | 56 +++++++-----
.../impl/ReceivedEndpointSecurityHandler.java | 49 +++++++----
.../saml2/profile/impl/ValidateAssertions.java | 34 +-------
...ecuritySAML20AssertionTokenSecurityHandler.java | 44 +++++-----
.../impl/ReceivedEndpointSecurityHandlerTest.java | 5 +-
.../SAMLMDClientCertAuthSecurityHandlerTest.java | 7 +-
.../binding/decoding/impl/HTTPPostDecoderTest.java | 5 +-
.../decoding/impl/HTTPSOAP11DecoderTest.java | 6 +-
.../binding/encoding/impl/HTTPPostEncoderTest.java | 5 +-
.../encoding/impl/HTTPSOAP11EncoderTest.java | 5 +-
.../binding/decoding/impl/HTTPPostDecoderTest.java | 6 +-
.../impl/HTTPRedirectDeflateDecoderTest.java | 5 +-
.../decoding/impl/HTTPSOAP11DecoderTest.java | 6 +-
.../binding/encoding/impl/HTTPPostEncoderTest.java | 7 +-
.../impl/HTTPPostSimpleSignEncoderTest.java | 9 +-
.../impl/HTTPRedirectDeflateEncoderTest.java | 23 ++---
.../encoding/impl/HTTPSOAP11EncoderTest.java | 7 +-
...SAML2HTTPPostSimpleSignSecurityHandlerTest.java | 8 +-
...edirectDeflateSignatureSecurityHandlerTest.java | 9 +-
.../impl/AddSubjectConfirmationToSubjectsTest.java | 7 +-
.../saml2/profile/impl/ValidateAssertionsTest.java | 5 +-
...itySAML20AssertionTokenSecurityHandlerTest.java | 10 ++-
.../impl/BaseClientCertAuthSecurityHandler.java | 55 +++++++-----
.../decoder/http/impl/HTTPSOAP11DecoderTest.java | 6 +-
.../storage/impl/client/ClientStorageService.java | 42 +++++----
.../AbstractBaseClientStorageServiceTest.java | 8 +-
.../impl/client/LoadClientStorageServicesTest.java | 4 +-
32 files changed, 479 insertions(+), 219 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list