Interface MapUserSessionEntity

    • Method Detail

      • getRealmId

        String getRealmId()
      • setRealmId

        void setRealmId​(String realmId)
      • getUserId

        String getUserId()
      • setUserId

        void setUserId​(String userId)
      • getBrokerSessionId

        String getBrokerSessionId()
      • setBrokerSessionId

        void setBrokerSessionId​(String brokerSessionId)
      • getBrokerUserId

        String getBrokerUserId()
      • setBrokerUserId

        void setBrokerUserId​(String brokerUserId)
      • getLoginUsername

        String getLoginUsername()
      • setLoginUsername

        void setLoginUsername​(String loginUsername)
      • getIpAddress

        String getIpAddress()
      • setIpAddress

        void setIpAddress​(String ipAddress)
      • getAuthMethod

        String getAuthMethod()
      • setAuthMethod

        void setAuthMethod​(String authMethod)
      • isRememberMe

        Boolean isRememberMe()
      • setRememberMe

        void setRememberMe​(Boolean rememberMe)
      • getTimestamp

        Long getTimestamp()
        Returns a point in time (timestamp in milliseconds since The Epoch) when the user session entity was created.
        Returns:
        a timestamp in milliseconds since The Epoch or null when the time is unknown
      • setTimestamp

        void setTimestamp​(Long timestamp)
        Sets a point in the (timestamp in milliseconds since The Epoch) when the user session entity was created.
        Parameters:
        timestamp - a timestamp in milliseconds since The Epoch or null when the time is unknown
      • getLastSessionRefresh

        Long getLastSessionRefresh()
        Returns a point in time (timestamp in milliseconds since The Epoch) when the user session entity was last refreshed.
        Returns:
        a timestamp in milliseconds since The Epoch or null when the time is unknown
      • setLastSessionRefresh

        void setLastSessionRefresh​(Long lastSessionRefresh)
        Sets a point in the (timestamp in milliseconds since The Epoch) when the user session entity was last refreshed.
        Parameters:
        lastSessionRefresh - a timestamp in milliseconds since The Epoch or null when the time is unknown
      • removeAuthenticatedClientSession

        Boolean removeAuthenticatedClientSession​(String clientUUID)
      • clearAuthenticatedClientSessions

        void clearAuthenticatedClientSessions()
      • setOffline

        void setOffline​(Boolean offline)