Class AbstractLastSessionRefreshStore

    • Constructor Detail

      • AbstractLastSessionRefreshStore

        protected AbstractLastSessionRefreshStore​(int maxIntervalBetweenMessagesSeconds,
                                                  int maxCount)
    • Method Detail

      • putLastSessionRefresh

        public void putLastSessionRefresh​(KeycloakSession kcSession,
                                          String sessionId,
                                          String realmId,
                                          int lastSessionRefresh)
      • reset

        public void reset()
      • sendMessage

        protected abstract void sendMessage​(KeycloakSession kcSession,
                                            Map<String,​SessionData> refreshesToSend)
        Bulk update the underlying store with all the user sessions, which were refreshed by Keycloak since the last call of this method
        Parameters:
        kcSession -
        refreshesToSend - Key is userSession ID, SessionData are data about the session