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 SummaryFields Modifier and Type Field Description protected StringclientIdprotected StringclientStorageProviderprotected StringexternalClientIdprotected Stringofflineprotected StringuserSessionId
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetClientId()StringgetClientStorageProvider()StringgetExternalClientId()StringgetOffline()StringgetUserSessionId()inthashCode()
 
-