Class SpringSecurityPasswordValidationCallbackHandler

All Implemented Interfaces:
CallbackHandler, org.springframework.beans.factory.InitializingBean

public class SpringSecurityPasswordValidationCallbackHandler extends AbstractWsPasswordCallbackHandler implements org.springframework.beans.factory.InitializingBean
Callback handler that validates a plain text or digest password using an Spring Security UserDetailsService.

An Spring Security UserDetailsService is used to load UserDetails from. The digest of the password contained in this details object is then compared with the digest in the message.

Since:
2.3.0
Author:
Arjen Poutsma, Jamin Hitchcock