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

View File

@ -48,7 +48,7 @@ import org.springframework.util.StringUtils;
/** /**
* Implementation of {@link AuthenticationProvider} for SAML authentications when * Implementation of {@link AuthenticationProvider} for SAML authentications when
* receiving a {@code Response} object containing an {@code Assertion}. This * 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> * <p>
* The {@link OpenSaml5AuthenticationProvider} supports {@link Saml2AuthenticationToken} * The {@link OpenSaml5AuthenticationProvider} supports {@link Saml2AuthenticationToken}
@ -154,7 +154,7 @@ public final class OpenSaml5AuthenticationProvider implements AuthenticationProv
* {@link #createDefaultResponseValidator()}, like so: * {@link #createDefaultResponseValidator()}, like so:
* *
* <pre> * <pre>
* OpenSaml4AuthenticationProvider provider = new OpenSaml4AuthenticationProvider(); * OpenSaml5AuthenticationProvider provider = new OpenSaml5AuthenticationProvider();
* provider.setResponseValidator(responseToken -&gt; { * provider.setResponseValidator(responseToken -&gt; {
* Saml2ResponseValidatorResult result = createDefaultResponseValidator() * Saml2ResponseValidatorResult result = createDefaultResponseValidator()
* .convert(responseToken) * .convert(responseToken)

View File

@ -17,7 +17,7 @@
package org.springframework.security.saml2.provider.service.authentication.logout; 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 * @author Josh Cummings
* @since 5.6 * @since 5.6

View File

@ -33,7 +33,7 @@ import org.springframework.util.Assert;
/** /**
* A {@link Saml2LogoutRequestResolver} for resolving SAML 2.0 Logout Requests with * A {@link Saml2LogoutRequestResolver} for resolving SAML 2.0 Logout Requests with
* OpenSAML 4 * OpenSAML 5
* *
* @author Josh Cummings * @author Josh Cummings
* @author Gerhard Haege * @author Gerhard Haege

View File

@ -32,7 +32,7 @@ import org.springframework.util.Assert;
/** /**
* A {@link Saml2LogoutResponseResolver} for resolving SAML 2.0 Logout Responses with * A {@link Saml2LogoutResponseResolver} for resolving SAML 2.0 Logout Responses with
* OpenSAML 4 * OpenSAML 5
* *
* @author Josh Cummings * @author Josh Cummings
* @since 5.6 * @since 5.6