org.apache.rampart.conversation
Class ConversationCallbackHandler

java.lang.Object
  extended byorg.apache.rampart.conversation.ConversationCallbackHandler
All Implemented Interfaces:
javax.security.auth.callback.CallbackHandler

public class ConversationCallbackHandler
extends java.lang.Object
implements javax.security.auth.callback.CallbackHandler

This is ths callback handler used to extract he secure conversation session key for a given context identifier


Constructor Summary
ConversationCallbackHandler(ConversationConfiguration config)
          Deprecated.  
 
Method Summary
 void handle(javax.security.auth.callback.Callback[] callbacks)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationCallbackHandler

public ConversationCallbackHandler(ConversationConfiguration config)
Deprecated. 
Method Detail

handle

public void handle(javax.security.auth.callback.Callback[] callbacks)
            throws java.io.IOException,
                   javax.security.auth.callback.UnsupportedCallbackException
Deprecated. 
Specified by:
handle in interface javax.security.auth.callback.CallbackHandler
Throws:
java.io.IOException
javax.security.auth.callback.UnsupportedCallbackException


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.