Polish Saml2AuthenticationTokenConverter
Issue gh-8768
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user