mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Polish Saml2AuthenticationTokenConverter
Issue gh-8768
This commit is contained in:
parent
f82190b414
commit
a701555318
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user