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