org.apache.cxf.ws.security.trust.delegation
Class ReceivedTokenCallbackHandler
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReceivedTokenCallbackHandler
public ReceivedTokenCallbackHandler()
handle
public void handle(Callback[] callbacks)
throws IOException,
UnsupportedCallbackException
- Specified by:
handle
in interface CallbackHandler
- Throws:
IOException
UnsupportedCallbackException
Apache CXF