Class ClientRemovedSessionEvent
- java.lang.Object
-
- org.keycloak.models.sessions.infinispan.events.SessionClusterEvent
-
- org.keycloak.models.sessions.infinispan.events.ClientRemovedSessionEvent
-
- All Implemented Interfaces:
Serializable
,ClusterEvent
@SerializeWith(ExternalizerImpl.class) public class ClientRemovedSessionEvent extends SessionClusterEvent
- Author:
- Marek Posolda
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClientRemovedSessionEvent.ExternalizerImpl
-
Constructor Summary
Constructors Constructor Description ClientRemovedSessionEvent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClientRemovedSessionEvent
create(KeycloakSession session, String eventKey, String realmId, boolean resendingEvent, String clientUuid)
boolean
equals(Object o)
String
getClientUuid()
int
hashCode()
String
toString()
-
Methods inherited from class org.keycloak.models.sessions.infinispan.events.SessionClusterEvent
createEvent, getEventKey, getNodeId, getRealmId, getSiteId, isResendingEvent, marshallTo, unmarshallFrom
-
-
-
-
Method Detail
-
create
public static ClientRemovedSessionEvent create(KeycloakSession session, String eventKey, String realmId, boolean resendingEvent, String clientUuid)
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classSessionClusterEvent
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classSessionClusterEvent
-
toString
public String toString()
- Overrides:
toString
in classSessionClusterEvent
-
getClientUuid
public String getClientUuid()
-
-