What I have is:
<authentication-manager alias="authenticationManager">
<authentication-provider user-service-ref="securityService"/>
</authentication-manager>
As I understand, the default AuthenticationManager implementation is used. I need to override its method authenticate
. Is there a way to provide my own AuthenticationManager implementation?