Apache CXF API

org.apache.cxf.ws.security.trust.delegation
Class ReceivedTokenCallbackHandler

java.lang.Object
  extended by org.apache.cxf.ws.security.trust.delegation.ReceivedTokenCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class ReceivedTokenCallbackHandler
extends Object
implements CallbackHandler

This CallbackHandler implementation obtains the previously received message from a DelegationCallback object, and obtains a received token (SAML/UsernameToken/BinarySecurityToken) from it to be used as the delegation token.


Constructor Summary
ReceivedTokenCallbackHandler()
           
 
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

ReceivedTokenCallbackHandler

public ReceivedTokenCallbackHandler()
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