Class ThriftSession

    • Constructor Detail

      • ThriftSession

        public ThriftSession()
    • Method Detail

      • getSessionId

        public String getSessionId()
      • setSessionId

        public void setSessionId​(String sessionId)
      • getCreatedAt

        public long getCreatedAt()
      • setCreatedAt

        public void setCreatedAt​(long createdAt)
      • getLastAccess

        public long getLastAccess()
      • setLastAccess

        public void setLastAccess​(long lastAccess)
      • getUserName

        public String getUserName()
      • setUserName

        public void setUserName​(String userName)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • setAttribute

        public void setAttribute​(String key,
                                 Object val)
      • getSessionCarbonContextHolder

        public CarbonContext getSessionCarbonContextHolder()
        Separate method to retrieve carbon context holder since the attribute value is restricted.
        Returns: