Package | Description |
---|---|
org.keycloak.models.sessions.infinispan.changes.sessions |
Modifier and Type | Method and Description |
---|---|
SessionData |
SessionData.ExternalizerImpl.readObject(ObjectInput input) |
Modifier and Type | Method and Description |
---|---|
Map<String,SessionData> |
LastSessionRefreshEvent.getLastSessionRefreshes() |
Modifier and Type | Method and Description |
---|---|
void |
SessionData.ExternalizerImpl.writeObject(ObjectOutput output,
SessionData obj) |
Modifier and Type | Method and Description |
---|---|
protected void |
PersisterLastSessionRefreshStore.sendMessage(KeycloakSession kcSession,
Map<String,SessionData> refreshesToSend) |
protected void |
CrossDCLastSessionRefreshStore.sendMessage(KeycloakSession kcSession,
Map<String,SessionData> refreshesToSend) |
protected abstract void |
AbstractLastSessionRefreshStore.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
|
Constructor and Description |
---|
LastSessionRefreshEvent(Map<String,SessionData> lastSessionRefreshes) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.