I used <context:component-scan in my applicationContext.xml. In applicationContext-security.xml I declared the AuthenticationManager. I missed it that the AuthenticationManager is not on my scan path...
Type: Posts; User: misterPom; Keyword(s):
I used <context:component-scan in my applicationContext.xml. In applicationContext-security.xml I declared the AuthenticationManager. I missed it that the AuthenticationManager is not on my scan path...
Hi,
Im trying to autowire my authenticationManager in my CallbackHandler...something like this:
@Component
public class ServerPasswordCallback implements CallbackHandler {
protected Logger...