Package 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
-
-
Constructor Summary
Constructors Constructor Description DelegatingCallbackHandler(CallbackHandler pwdHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(Callback[] callbacks)protected voidhandleCallback(Callback c)
-
-
-
Constructor Detail
-
DelegatingCallbackHandler
public DelegatingCallbackHandler(CallbackHandler pwdHandler)
-
-
Method Detail
-
handle
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
- Specified by:
handlein interfaceCallbackHandler- Throws:
IOExceptionUnsupportedCallbackException
-
handleCallback
protected void handleCallback(Callback c) throws IOException
- Throws:
IOException
-
-