- All Implemented Interfaces:
- java.io.Serializable, org.apache.axis.Handler
public class TicketCallbackSpringHandler
extends org.apache.axis.handlers.BasicHandler
Axis handler that retrieves the TicketCallbackHandler instance from
a Spring context. The authentication service is injected by Spring
so that when it gets called by the WSS4J handler it can verify the
ticket passed to the service.
The callback handler is then added to the MessageContext under the standard
WsHandlerConstants.PW_CALLBACK_REF property.
- See Also:
- Serialized Form