Apache CXF API

org.apache.cxf.ws.security.wss4j
Class AbstractUsernameTokenAuthenticatingInterceptor.DelegatingCallbackHandler

java.lang.Object
  extended by org.apache.cxf.ws.security.wss4j.AbstractUsernameTokenAuthenticatingInterceptor.DelegatingCallbackHandler
All Implemented Interfaces:
CallbackHandler
Enclosing class:
AbstractUsernameTokenAuthenticatingInterceptor

protected class AbstractUsernameTokenAuthenticatingInterceptor.DelegatingCallbackHandler
extends Object
implements CallbackHandler


Constructor Summary
AbstractUsernameTokenAuthenticatingInterceptor.DelegatingCallbackHandler(CallbackHandler pwdHandler)
           
 
Method Summary
 void handle(Callback[] callbacks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractUsernameTokenAuthenticatingInterceptor.DelegatingCallbackHandler

public AbstractUsernameTokenAuthenticatingInterceptor.DelegatingCallbackHandler(CallbackHandler pwdHandler)
Method Detail

handle

public void handle(Callback[] callbacks)
            throws IOException,
                   UnsupportedCallbackException
Specified by:
handle in interface CallbackHandler
Throws:
IOException
UnsupportedCallbackException

Apache CXF API

Apache CXF