Made the constructor public for OIDCAuthentication filter.

Backported, closes #777
pull/873/head
William Kim 2014-11-17 14:00:34 -05:00 committed by Justin Richer
parent b74df7b583
commit 3ae8d46e44
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ public class OIDCAuthenticationFilter extends AbstractAuthenticationProcessingFi
/**
* OpenIdConnectAuthenticationFilter constructor
*/
protected OIDCAuthenticationFilter() {
public OIDCAuthenticationFilter() {
super(FILTER_PROCESSES_URL);
targetSuccessHandler.passthrough = super.getSuccessHandler();
super.setAuthenticationSuccessHandler(targetSuccessHandler);