@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, unmarshallFrompublic static ClientRemovedSessionEvent create(KeycloakSession session, String eventKey, String realmId, boolean resendingEvent, String clientUuid)
public boolean equals(Object o)
equals in class SessionClusterEventpublic int hashCode()
hashCode in class SessionClusterEventpublic String toString()
toString in class SessionClusterEventpublic String getClientUuid()
Copyright © 2021 JBoss by Red Hat. All rights reserved.