Package org.keycloak.models.jpa.session
Class PersistentUserSessionEntity.Key
- java.lang.Object
-
- org.keycloak.models.jpa.session.PersistentUserSessionEntity.Key
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PersistentUserSessionEntity
public static class PersistentUserSessionEntity.Key extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
offline
protected String
userSessionId
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getOffline()
String
getUserSessionId()
int
hashCode()
-