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 SummaryNested Classes Modifier and Type Class Description static classClientRemovedSessionEvent.ExternalizerImpl
 - 
Constructor SummaryConstructors Constructor Description ClientRemovedSessionEvent()
 - 
Method SummaryAll 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.SessionClusterEventcreateEvent, getEventKey, getNodeId, getRealmId, getSiteId, isResendingEvent, marshallTo, unmarshallFrom
 
- 
 
- 
- 
- 
Method Detail- 
createpublic static ClientRemovedSessionEvent create(KeycloakSession session, String eventKey, String realmId, boolean resendingEvent, String clientUuid) 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- SessionClusterEvent
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- SessionClusterEvent
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- SessionClusterEvent
 
 - 
getClientUuidpublic String getClientUuid() 
 
- 
 
-