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() |
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
IOException
protected void unmarshallFrom(ObjectInput input) throws IOException
input
- IOException
Copyright © 2020 JBoss by Red Hat. All rights reserved.