Callback handler that validates a password digest using an Spring Security UserDetailsService. Logic
based on Spring Security's DigestProcessingFilter.
An Spring Security UserDetailService 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.
This class only handles PasswordValidationCallbacks that contain a DigestPasswordRequest,
and throws an UnsupportedCallbackException for others.
handleInternal(Callback callback)
Handles PasswordValidationCallbacks that contain a DigestPasswordRequest, and throws an
UnsupportedCallbackException for others
void
setUserCache(org.springframework.security.core.userdetails.UserCache userCache)
Sets the users cache.
void
setUserDetailsService(org.springframework.security.core.userdetails.UserDetailsService userDetailsService)
Sets the Spring Security user details service.
Methods inherited from class org.springframework.ws.soap.security.callback.AbstractCallbackHandler