Package org.springframework.ws.soap.security.wss4j2.callback
package org.springframework.ws.soap.security.wss4j2.callback
Contains
CallbackHandler implementations for WSS4J 2.0+.-
ClassesClassDescriptionAbstract base class for
CallbackHandlerimplementations that handleWSPasswordCallbackcallbacks.Callback handler that uses Java SecurityKeyStores to handle cryptographic callbacks.Simple callback handler that validates passwords against a in-memoryPropertiesobject.Callback handler that validates a plain text or digest password using an Spring SecurityUserDetailsService.Underlying security services instantiate and pass aUsernameTokenPrincipalCallbackto thehandlemethod of aCallbackHandlerto pass a securityWSUsernameTokenPrincipal.