Package org.springframework.ws.soap.security.wss4j2.callback
package org.springframework.ws.soap.security.wss4j2.callback
Contains
CallbackHandler
implementations for WSS4J 2.0.-
ClassDescriptionAbstract base class for
CallbackHandler
implementations that handleWSPasswordCallback
callbacks.Callback handler that uses Java SecurityKeyStore
s to handle cryptographic callbacks.Simple callback handler that validates passwords against a in-memoryProperties
object.Callback handler that validates a plain text or digest password using an Spring SecurityUserDetailsService
.Underlying security services instantiate and pass aUsernameTokenPrincipalCallback
to thehandle
method of aCallbackHandler
to pass a securityWSUsernameTokenPrincipal
.