[java-opensaml] 03/03: IDP-1793 Use Suppliers for HttpRequest/Response

Rod Widdowson rdw at steadingsoftware.com
Fri Aug 12 16:49:34 UTC 2022


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

rdw pushed a commit to branch main
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=f548f937c3390be2fa10733d19d43719e47868ec

commit f548f937c3390be2fa10733d19d43719e47868ec
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jul 30 15:22:42 2022 +0100

    IDP-1793  Use Suppliers for HttpRequest/Response
    
    https://shibboleth.atlassian.net/browse/IDP-1793
    
    Refactor org.opensaml.saml.saml2.profile.impl.ValidateAssertions
    
      1) The parent class already looks after the HttpServletRequest
      so we don't need to.
---
 .../java/org/opensaml/saml/saml2/profile/impl/ValidateAssertions.java  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/ValidateAssertions.java b/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/ValidateAssertions.java
index bbbb4780e..56cfc78f8 100644
--- a/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/ValidateAssertions.java
+++ b/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/ValidateAssertions.java
@@ -374,7 +374,6 @@ public class ValidateAssertions extends AbstractProfileAction {
      * Class which holds data relevant to validating a SAML 2.0 Assertion.
      */
     public static class AssertionValidationInput {
-
         /** The profile request context input. */
         private ProfileRequestContext profileContext;
         
@@ -415,7 +414,7 @@ public class ValidateAssertions extends AbstractProfileAction {
         @Nonnull public HttpServletRequest getHttpServletRequest() {
             return httpServletRequest;
         }
-        
+
         /**
          * Get the {@link Assertion} being evaluated.
          * 

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


More information about the commits mailing list