Interface MapAuthenticationSessionEntity

    • Method Detail

      • setTabId

        void setTabId​(String tabId)
      • getTimestamp

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

        void setUserSessionNotes​(Map<String,​String> userSessionNotes)
      • setUserSessionNote

        void setUserSessionNote​(String name,
                                String value)
      • getClientUUID

        String getClientUUID()
      • setClientUUID

        void setClientUUID​(String clientUUID)
      • getAuthUserId

        String getAuthUserId()
      • setAuthUserId

        void setAuthUserId​(String authUserId)
      • getRedirectUri

        String getRedirectUri()
      • setRedirectUri

        void setRedirectUri​(String redirectUri)
      • getAction

        String getAction()
      • setAction

        void setAction​(String action)
      • getClientScopes

        Set<String> getClientScopes()
      • setClientScopes

        void setClientScopes​(Set<String> clientScopes)
      • getRequiredActions

        Set<String> getRequiredActions()
      • setRequiredActions

        void setRequiredActions​(Set<String> requiredActions)
      • addRequiredAction

        void addRequiredAction​(String requiredAction)
      • removeRequiredAction

        void removeRequiredAction​(String action)
      • getProtocol

        String getProtocol()
      • setProtocol

        void setProtocol​(String protocol)
      • setClientNotes

        void setClientNotes​(Map<String,​String> clientNotes)
      • setClientNote

        void setClientNote​(String name,
                           String value)
      • removeClientNote

        void removeClientNote​(String name)
      • setAuthNote

        void setAuthNote​(String name,
                         String value)
      • removeAuthNote

        void removeAuthNote​(String name)