org.apache.cxf.ws.security.wss4j
Class DelegatingCallbackHandler
java.lang.Object
org.apache.cxf.ws.security.wss4j.DelegatingCallbackHandler
- All Implemented Interfaces:
- CallbackHandler
public class DelegatingCallbackHandler
- extends Object
- implements CallbackHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelegatingCallbackHandler
public DelegatingCallbackHandler(CallbackHandler pwdHandler)
handle
public void handle(Callback[] callbacks)
throws IOException,
UnsupportedCallbackException
- Specified by:
handle
in interface CallbackHandler
- Throws:
IOException
UnsupportedCallbackException
handleCallback
protected void handleCallback(Callback c)
throws IOException
- Throws:
IOException
Apache CXF