Skip to content

Commit 13af982

Browse files
committed
Fix typos Open SAML 5 Javadoc referencing Open SAML 4
1 parent 1083813 commit 13af982

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

saml2/saml2-service-provider/src/opensaml5Main/java/org/springframework/security/saml2/provider/service/authentication/OpenSaml5AuthenticationProvider.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
/**
4949
* Implementation of {@link AuthenticationProvider} for SAML authentications when
5050
* receiving a {@code Response} object containing an {@code Assertion}. This
51-
* implementation uses the {@code OpenSAML 4} library.
51+
* implementation uses the {@code OpenSAML 5} library.
5252
*
5353
* <p>
5454
* The {@link OpenSaml5AuthenticationProvider} supports {@link Saml2AuthenticationToken}
@@ -154,7 +154,7 @@ public void setResponseElementsDecrypter(Consumer<ResponseToken> responseElement
154154
* {@link #createDefaultResponseValidator()}, like so:
155155
*
156156
* <pre>
157-
* OpenSaml4AuthenticationProvider provider = new OpenSaml4AuthenticationProvider();
157+
* OpenSaml5AuthenticationProvider provider = new OpenSaml5AuthenticationProvider();
158158
* provider.setResponseValidator(responseToken -&gt; {
159159
* Saml2ResponseValidatorResult result = createDefaultResponseValidator()
160160
* .convert(responseToken)

saml2/saml2-service-provider/src/opensaml5Main/java/org/springframework/security/saml2/provider/service/authentication/logout/OpenSaml5LogoutRequestValidator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package org.springframework.security.saml2.provider.service.authentication.logout;
1818

1919
/**
20-
* An OpenSAML 4.x compatible implementation of {@link Saml2LogoutResponseValidator}
20+
* An OpenSAML 5.x compatible implementation of {@link Saml2LogoutResponseValidator}
2121
*
2222
* @author Josh Cummings
2323
* @since 5.6

saml2/saml2-service-provider/src/opensaml5Main/java/org/springframework/security/saml2/provider/service/web/authentication/logout/OpenSaml5LogoutRequestResolver.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
/**
3535
* A {@link Saml2LogoutRequestResolver} for resolving SAML 2.0 Logout Requests with
36-
* OpenSAML 4
36+
* OpenSAML 5
3737
*
3838
* @author Josh Cummings
3939
* @author Gerhard Haege

saml2/saml2-service-provider/src/opensaml5Main/java/org/springframework/security/saml2/provider/service/web/authentication/logout/OpenSaml5LogoutResponseResolver.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
/**
3434
* A {@link Saml2LogoutResponseResolver} for resolving SAML 2.0 Logout Responses with
35-
* OpenSAML 4
35+
* OpenSAML 5
3636
*
3737
* @author Josh Cummings
3838
* @since 5.6

0 commit comments

Comments
 (0)