-
Jun 25th, 2008, 08:48 AM
#1
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?
-
Jun 25th, 2008, 11:55 AM
#2
You should use its Spring Security counterpart org.springframework.ws.soap.security.xwss.callback .SpringPlainTextPasswordValidationCallbackHandler
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules