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) |
boolean |
equals(Object o) |
String |
getEventKey() |
String |
getNodeId() |
String |
getRealmId() |
String |
getSiteId() |
int |
hashCode() |
boolean |
isResendingEvent() |
protected void |
marshallTo(ObjectOutput output) |
String |
toString() |
protected void |
unmarshallFrom(ObjectInput input)
Sets the properties of this object from the input stream.
|
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()
protected void marshallTo(ObjectOutput output) throws IOException
IOExceptionprotected void unmarshallFrom(ObjectInput input) throws IOException
input - IOExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.