public abstract class SessionClusterEvent extends Object implements ClusterEvent
| Constructor and Description |
|---|
SessionClusterEvent() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends SessionClusterEvent> |
createEvent(Class<T> eventClass,
String eventKey,
KeycloakSession session,
String realmId,
boolean resendingEvent) |
String |
getEventKey() |
String |
getNodeId() |
String |
getRealmId() |
String |
getSiteId() |
boolean |
isResendingEvent() |
String |
toString() |
public static <T extends SessionClusterEvent> T createEvent(Class<T> eventClass, String eventKey, KeycloakSession session, String realmId, boolean resendingEvent)
public String getRealmId()
public String getEventKey()
public boolean isResendingEvent()
public String getSiteId()
public String getNodeId()
Copyright © 2017 JBoss by Red Hat. All rights reserved.