Interface MapRootAuthenticationSessionEntity

    • Method Detail

      • getRealmId

        String getRealmId()
      • setRealmId

        void setRealmId​(String realmId)
      • getTimestamp

        Long getTimestamp()
        Returns a point in time (timestamp in milliseconds since The Epoch) when the root authentication session entity was created or updated during an authentication process.
        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 root authentication session entity was created or updated during an authentication process.
        Parameters:
        timestamp - a timestamp in milliseconds since The Epoch or null when the time is unknown
      • removeAuthenticationSession

        Boolean removeAuthenticationSession​(String tabId)