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 classClientRemovedSessionEvent.ExternalizerImpl
-
Constructor Summary
Constructors Constructor Description ClientRemovedSessionEvent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClientRemovedSessionEventcreate(KeycloakSession session, String eventKey, String realmId, boolean resendingEvent, String clientUuid)booleanequals(Object o)StringgetClientUuid()inthashCode()StringtoString()-
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:
equalsin classSessionClusterEvent
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSessionClusterEvent
-
toString
public String toString()
- Overrides:
toStringin classSessionClusterEvent
-
getClientUuid
public String getClientUuid()
-
-