Interface ChatIdConverter

  • All Superinterfaces:
    org.apache.shiro.session.mgt.eis.SessionIdGenerator, org.apache.shiro.session.mgt.SessionKey
    All Known Implementing Classes:
    DefaultChatIdConverter

    public interface ChatIdConverter
    extends org.apache.shiro.session.mgt.SessionKey, org.apache.shiro.session.mgt.eis.SessionIdGenerator
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setSessionId​(Serializable sessionId)  
      • Methods inherited from interface org.apache.shiro.session.mgt.eis.SessionIdGenerator

        generateId
      • Methods inherited from interface org.apache.shiro.session.mgt.SessionKey

        getSessionId
    • Method Detail

      • setSessionId

        void setSessionId​(Serializable sessionId)