@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) |
String |
getClientUuid() |
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 String toString()
toString
in class SessionClusterEvent
public String getClientUuid()
Copyright © 2020 JBoss by Red Hat. All rights reserved.