parent
f82190b414
commit
a701555318
|
@ -42,7 +42,7 @@ import static java.nio.charset.StandardCharsets.UTF_8;
|
||||||
* @author Josh Cummings
|
* @author Josh Cummings
|
||||||
* @since 5.4
|
* @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 static Base64 BASE64 = new Base64(0, new byte[]{'\n'});
|
||||||
|
|
||||||
private final Converter<HttpServletRequest, RelyingPartyRegistration> relyingPartyRegistrationResolver;
|
private final Converter<HttpServletRequest, RelyingPartyRegistration> relyingPartyRegistrationResolver;
|
||||||
|
|
Loading…
Reference in New Issue