1
0
mirror of synced 2026-08-06 10:18:52 +00:00

Fix typos Open SAML 5 Javadoc referencing Open SAML 4

Signed-off-by: Filip Hrisafov <filip.hrisafov@gmail.com>
This commit is contained in:
Filip Hrisafov
2025-03-12 13:37:44 +01:00
committed by Josh Cummings
parent 1120733e27
commit cd9d6ce5c9
4 changed files with 5 additions and 5 deletions
@@ -48,7 +48,7 @@ import org.springframework.util.StringUtils;
/**
* Implementation of {@link AuthenticationProvider} for SAML authentications when
* receiving a {@code Response} object containing an {@code Assertion}. This
* implementation uses the {@code OpenSAML 4} library.
* implementation uses the {@code OpenSAML 5} library.
*
* <p>
* The {@link OpenSaml5AuthenticationProvider} supports {@link Saml2AuthenticationToken}
@@ -154,7 +154,7 @@ public final class OpenSaml5AuthenticationProvider implements AuthenticationProv
* {@link #createDefaultResponseValidator()}, like so:
*
* <pre>
* OpenSaml4AuthenticationProvider provider = new OpenSaml4AuthenticationProvider();
* OpenSaml5AuthenticationProvider provider = new OpenSaml5AuthenticationProvider();
* provider.setResponseValidator(responseToken -&gt; {
* Saml2ResponseValidatorResult result = createDefaultResponseValidator()
* .convert(responseToken)
@@ -17,7 +17,7 @@
package org.springframework.security.saml2.provider.service.authentication.logout;
/**
* An OpenSAML 4.x compatible implementation of {@link Saml2LogoutResponseValidator}
* An OpenSAML 5.x compatible implementation of {@link Saml2LogoutResponseValidator}
*
* @author Josh Cummings
* @since 5.6
@@ -33,7 +33,7 @@ import org.springframework.util.Assert;
/**
* A {@link Saml2LogoutRequestResolver} for resolving SAML 2.0 Logout Requests with
* OpenSAML 4
* OpenSAML 5
*
* @author Josh Cummings
* @author Gerhard Haege
@@ -32,7 +32,7 @@ import org.springframework.util.Assert;
/**
* A {@link Saml2LogoutResponseResolver} for resolving SAML 2.0 Logout Responses with
* OpenSAML 4
* OpenSAML 5
*
* @author Josh Cummings
* @since 5.6