@SerializeWith(value=ClientRemovedSessionEvent.ExternalizerImpl.class) public class ClientRemovedSessionEvent extends SessionClusterEvent
Modifier and Type | Class and Description |
---|---|
static class |
ClientRemovedSessionEvent.ExternalizerImpl |
Constructor and Description |
---|
ClientRemovedSessionEvent() |
Modifier and Type | Method and Description |
---|---|
static ClientRemovedSessionEvent |
create(KeycloakSession session,
String eventKey,
String realmId,
boolean resendingEvent,
String clientUuid) |
boolean |
equals(Object o) |
String |
getClientUuid() |
int |
hashCode() |
String |
toString() |
createEvent, getEventKey, getNodeId, getRealmId, getSiteId, isResendingEvent, marshallTo, unmarshallFrom
public static ClientRemovedSessionEvent create(KeycloakSession session, String eventKey, String realmId, boolean resendingEvent, String clientUuid)
public boolean equals(Object o)
equals
in class SessionClusterEvent
public int hashCode()
hashCode
in class SessionClusterEvent
public String toString()
toString
in class SessionClusterEvent
public String getClientUuid()
Copyright © 2021 JBoss by Red Hat. All rights reserved.