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

    Modifier and Type
    Method
    Description
    void
    Sets XMPP Session.
  • Method Details

    • setSession

      void setSession(XMPPResourceConnection session)
      Sets XMPP Session.
      Parameters:
      session - XMPP session.