Polish Saml2AuthenticationTokenConverter

Issue gh-8768
This commit is contained in:
Josh Cummings 2020-08-05 02:15:44 -06:00
parent f82190b414
commit a701555318
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ import static java.nio.charset.StandardCharsets.UTF_8;
* @author Josh Cummings
* @since 5.4
*/
public class Saml2AuthenticationTokenConverter implements AuthenticationConverter {
public final class Saml2AuthenticationTokenConverter implements AuthenticationConverter {
private static Base64 BASE64 = new Base64(0, new byte[]{'\n'});
private final Converter<HttpServletRequest, RelyingPartyRegistration> relyingPartyRegistrationResolver;