org.springframework.ws.soap.security.xwss.callback
Class SpringUsernamePasswordCallbackHandler
java.lang.Object
org.springframework.ws.soap.security.callback.AbstractCallbackHandler
org.springframework.ws.soap.security.xwss.callback.SpringUsernamePasswordCallbackHandler
- All Implemented Interfaces:
- CallbackHandler
public class SpringUsernamePasswordCallbackHandler
- extends AbstractCallbackHandler
Callback handler that adds username/password information to a mesage using an Spring Security SecurityContext
.
This class handles UsernameCallback
s and PasswordCallback
s, and throws an
UnsupportedCallbackException
for others
- Since:
- 1.5.0
- Author:
- Arjen Poutsma
Method Summary |
protected void |
handleInternal(Callback callback)
Template method that should be implemented by subclasses. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringUsernamePasswordCallbackHandler
public SpringUsernamePasswordCallbackHandler()
handleInternal
protected void handleInternal(Callback callback)
throws IOException,
UnsupportedCallbackException
- Description copied from class:
AbstractCallbackHandler
- Template method that should be implemented by subclasses.
- Specified by:
handleInternal
in class AbstractCallbackHandler
- Throws:
IOException
UnsupportedCallbackException
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.