Package tigase.auth
Interface SessionAware
-
- All Superinterfaces:
Aware
- All Known Implementing Classes:
CertBasedCallbackHandler,PlainCallbackHandler,ScramCallbackHandler
public interface SessionAware extends Aware
Interface should be implemented by CallbackHandler instance if current XMPP Session should be injected.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetSession(XMPPResourceConnection session)Sets XMPP Session.
-
-
-
Method Detail
-
setSession
void setSession(XMPPResourceConnection session)
Sets XMPP Session.- Parameters:
session- XMPP session.
-
-