Uses of Package
org.springframework.ws.soap.security.wss4j2.callback
Packages that use org.springframework.ws.soap.security.wss4j2.callback
Package
Description
Contains
CallbackHandler
implementations for WSS4J 2.0.-
Classes in org.springframework.ws.soap.security.wss4j2.callback used by org.springframework.ws.soap.security.wss4j2.callbackClassDescriptionAbstract base class for
CallbackHandler
implementations that handleWSPasswordCallback
callbacks.Underlying security services instantiate and pass aUsernameTokenPrincipalCallback
to thehandle
method of aCallbackHandler
to pass a securityWSUsernameTokenPrincipal
.