Search:

Type: Posts; User: misterPom; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,994

    I used

    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...
  2. Replies
    2
    Views
    1,994

    AuthenticationManager not autowiring

    Hi,

    Im trying to autowire my authenticationManager in my CallbackHandler...something like this:

    @Component
    public class ServerPasswordCallback implements CallbackHandler {

    protected Logger...
Results 1 to 2 of 2