public class LastSessionRefreshStore extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.jboss.logging.Logger |
logger |
| Modifier | Constructor and Description |
|---|---|
protected |
LastSessionRefreshStore(int maxIntervalBetweenMessagesSeconds,
int maxCount,
String eventKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
putLastSessionRefresh(KeycloakSession kcSession,
String sessionId,
String realmId,
int lastSessionRefresh) |
protected void |
sendMessage(KeycloakSession kcSession,
Map<String,SessionData> refreshesToSend) |
protected LastSessionRefreshStore(int maxIntervalBetweenMessagesSeconds,
int maxCount,
String eventKey)
public void putLastSessionRefresh(KeycloakSession kcSession, String sessionId, String realmId, int lastSessionRefresh)
protected void sendMessage(KeycloakSession kcSession, Map<String,SessionData> refreshesToSend)
Copyright © 2017 JBoss by Red Hat. All rights reserved.