Class LastSessionRefreshEvent
- java.lang.Object
-
- org.keycloak.models.sessions.infinispan.changes.sessions.LastSessionRefreshEvent
-
- All Implemented Interfaces:
Serializable,ClusterEvent
@SerializeWith(ExternalizerImpl.class) public class LastSessionRefreshEvent extends Object implements ClusterEvent
- Author:
- Marek Posolda
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLastSessionRefreshEvent.ExternalizerImpl
-
Constructor Summary
Constructors Constructor Description LastSessionRefreshEvent(Map<String,SessionData> lastSessionRefreshes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<String,SessionData>getLastSessionRefreshes()inthashCode()
-
-
-
Constructor Detail
-
LastSessionRefreshEvent
public LastSessionRefreshEvent(Map<String,SessionData> lastSessionRefreshes)
-
-