3
我所擁有的是:如何配置Spring Security以使用自定義AuthenticationManager實現?
<authentication-manager alias="authenticationManager">
<authentication-provider user-service-ref="securityService"/>
</authentication-manager>
據我所知,則使用默認的AuthenticationManager實現。我需要覆蓋它的方法authenticate
。有沒有辦法提供我自己的AuthenticationManager實現?
哪個(最小)方法需要寫在'CustomAuthenticationProviderImpl'中? – instinct 2014-07-30 13:50:43