1
0
mirror of synced 2026-08-02 16:27:08 +00:00

SEC-1133: Support for setting of authenticationDetailsSource property for form-login, openid-login, http-basic and x509 namespace elements. These elements now support an additional 'authentication-details-source-ref' attribute.

This commit is contained in:
Luke Taylor
2010-08-14 15:10:03 +01:00
parent 992566b6cb
commit 4bd41cbf72
9 changed files with 96 additions and 33 deletions
@@ -196,6 +196,10 @@ public abstract class AbstractPreAuthenticatedProcessingFilter extends GenericFi
this.authenticationDetailsSource = authenticationDetailsSource;
}
protected AuthenticationDetailsSource<HttpServletRequest, ?> getAuthenticationDetailsSource() {
return authenticationDetailsSource;
}
/**
* @param authenticationManager
* The AuthenticationManager to use