Results 1 to 2 of 2

Thread: AcegiPlainTextPasswordValidationCallbackHandler and Spring security 2.0.2

  1. #1
    Join Date
    Mar 2008
    Posts
    4

    Default AcegiPlainTextPasswordValidationCallbackHandler and Spring security 2.0.2

    Hi,
    I am starting to play with Spring security 2.0.2 and want to enable plain text password validation in Spring-ws 1.5.2. One possible solution would be to use
    org.springframework.ws.soap.security.xwss.callback .acegi.AcegiPlainTextPasswordValidationCallbackHan dler.
    But looking at this class in java docs I noticed that it refers to org.acegisecurity.AuthenticationManager, but AuthenticationManager class in Spring security 2.0.2 is under different package. Should I switch to an older version of Spring security (Acegi version) or should I wait till Spring-ws 2.xx comes out?

  2. #2

    Default

    You should use its Spring Security counterpart org.springframework.ws.soap.security.xwss.callback .SpringPlainTextPasswordValidationCallbackHandler
    Tareq Abedrabbo

    My Twitter
    My Blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •