mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-03 17:22:13 +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:
parent
1120733e27
commit
cd9d6ce5c9
@ -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 -> {
|
||||
* 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user