Spring Web Services Framework

org.springframework.ws.soap.security.xwss.callback.acegi
Class AcegiUsernamePasswordCallbackHandler

java.lang.Object
  extended by org.springframework.ws.soap.security.callback.AbstractCallbackHandler
      extended by org.springframework.ws.soap.security.xwss.callback.acegi.AcegiUsernamePasswordCallbackHandler
All Implemented Interfaces:
CallbackHandler

Deprecated. As of Spring-WS 1.5, in favor of Spring Security

public class AcegiUsernamePasswordCallbackHandler
extends AbstractCallbackHandler

Callback handler that adds username/password information to a mesage using an Acegi SecurityContext.

This class handles UsernameCallbacks and PasswordCallbacks, and throws an UnsupportedCallbackException for others

Since:
1.5.0
Author:
Arjen Poutsma

Field Summary
 
Fields inherited from class org.springframework.ws.soap.security.callback.AbstractCallbackHandler
logger
 
Constructor Summary
AcegiUsernamePasswordCallbackHandler()
          Deprecated.  
 
Method Summary
protected  void handleInternal(Callback callback)
          Deprecated. Template method that should be implemented by subclasses.
 
Methods inherited from class org.springframework.ws.soap.security.callback.AbstractCallbackHandler
handle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcegiUsernamePasswordCallbackHandler

public AcegiUsernamePasswordCallbackHandler()
Deprecated. 
Method Detail

handleInternal

protected void handleInternal(Callback callback)
                       throws IOException,
                              UnsupportedCallbackException
Deprecated. 
Description copied from class: AbstractCallbackHandler
Template method that should be implemented by subclasses.

Specified by:
handleInternal in class AbstractCallbackHandler
Throws:
IOException
UnsupportedCallbackException

Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.