tigase.auth.impl
Class CertBasedCallbackHandler

java.lang.Object
  extended by tigase.auth.impl.CertBasedCallbackHandler
All Implemented Interfaces:
CallbackHandler, SessionAware

public class CertBasedCallbackHandler
extends Object
implements CallbackHandler, SessionAware


Field Summary
protected  Logger log
           
 
Constructor Summary
CertBasedCallbackHandler()
           
 
Method Summary
 void handle(Callback[] callbacks)
           
 void setSession(XMPPResourceConnection session)
          Sets XMPP Session.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected Logger log
Constructor Detail

CertBasedCallbackHandler

public CertBasedCallbackHandler()
Method Detail

handle

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

setSession

public void setSession(XMPPResourceConnection session)
Description copied from interface: SessionAware
Sets XMPP Session.

Specified by:
setSession in interface SessionAware
Parameters:
session - XMPP session.


Copyright © 2013 Tigase. All rights reserved.