tigase.auth.impl
Class CertBasedCallbackHandler
java.lang.Object
tigase.auth.impl.CertBasedCallbackHandler
- All Implemented Interfaces:
- CallbackHandler, SessionAware
public class CertBasedCallbackHandler
- extends Object
- implements CallbackHandler, SessionAware
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected Logger log
CertBasedCallbackHandler
public CertBasedCallbackHandler()
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.