Package tigase.auth.impl
Class CertBasedCallbackHandler
- java.lang.Object
-
- tigase.auth.impl.CertBasedCallbackHandler
-
- All Implemented Interfaces:
CallbackHandler,Aware,SessionAware
public class CertBasedCallbackHandler extends Object implements CallbackHandler, SessionAware
-
-
Constructor Summary
Constructors Constructor Description CertBasedCallbackHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(Callback[] callbacks)voidsetSession(XMPPResourceConnection session)Sets XMPP Session.
-
-
-
Field Detail
-
log
protected Logger log
-
-
Method Detail
-
handle
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
- Specified by:
handlein interfaceCallbackHandler- Throws:
IOExceptionUnsupportedCallbackException
-
setSession
public void setSession(XMPPResourceConnection session)
Description copied from interface:SessionAwareSets XMPP Session.- Specified by:
setSessionin interfaceSessionAware- Parameters:
session- XMPP session.
-
-