Skip to content

Commit a701555

Browse files
committed
Polish Saml2AuthenticationTokenConverter
Issue gh-8768
1 parent f82190b commit a701555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/web/Saml2AuthenticationTokenConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* @author Josh Cummings
4343
* @since 5.4
4444
*/
45-
public class Saml2AuthenticationTokenConverter implements AuthenticationConverter {
45+
public final class Saml2AuthenticationTokenConverter implements AuthenticationConverter {
4646
private static Base64 BASE64 = new Base64(0, new byte[]{'\n'});
4747

4848
private final Converter<HttpServletRequest, RelyingPartyRegistration> relyingPartyRegistrationResolver;

0 commit comments

Comments
 (0)