Class HotRodUserSessionEntity
- java.lang.Object
- 
- org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
- 
- org.keycloak.models.map.storage.hotRod.userSession.HotRodUserSessionEntity
 
 
- 
- All Implemented Interfaces:
- UpdatableEntity
 
 @Indexed @ProtoDoc("schema-version: 1") public class HotRodUserSessionEntity extends AbstractHotRodEntity
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classHotRodUserSessionEntity.AbstractHotRodUserSessionEntityDelegatestatic interfaceHotRodUserSessionEntity.HotRodUserSessionEntitySchema- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field SummaryFields Modifier and Type Field Description Set<HotRodAuthenticatedClientSessionEntityReference>authenticatedClientSessionsStringauthMethodStringbrokerSessionIdStringbrokerUserIdIntegerentityVersionLongexpirationStringidStringipAddressLonglastSessionRefreshStringloginUsernameSet<HotRodStringPair>notesBooleanofflineStringrealmIdBooleanrememberMeIntegerstateLongtimestampStringuserIdstatic intVERSION- 
Fields inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntityupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description HotRodUserSessionEntity()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()- 
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntityclearUpdatedFlag, isUpdated
 
- 
 
- 
- 
- 
Field Detail- 
VERSIONpublic static final int VERSION - See Also:
- Constant Field Values
 
 - 
entityVersion@Basic(projectable=true) @ProtoField(number=1) public Integer entityVersion 
 - 
id@ProtoField(number=2) public String id 
 - 
realmId@Basic(sortable=true) @ProtoField(number=3) public String realmId 
 - 
userId@Basic(sortable=true) @ProtoField(number=4) public String userId 
 - 
brokerSessionId@Basic(sortable=true) @ProtoField(number=5) public String brokerSessionId 
 - 
brokerUserId@Basic(sortable=true) @ProtoField(number=6) public String brokerUserId 
 - 
loginUsername@ProtoField(number=7) public String loginUsername 
 - 
ipAddress@ProtoField(number=8) public String ipAddress 
 - 
authMethod@ProtoField(number=9) public String authMethod 
 - 
rememberMe@ProtoField(number=10) public Boolean rememberMe 
 - 
timestamp@ProtoField(number=11) public Long timestamp 
 - 
lastSessionRefresh@Basic(sortable=true) @ProtoField(number=12) public Long lastSessionRefresh 
 - 
expiration@ProtoField(number=13) public Long expiration 
 - 
notes@Basic(sortable=true) @ProtoField(number=14) public Set<HotRodStringPair> notes 
 - 
state@ProtoField(number=15) public Integer state 
 - 
authenticatedClientSessions@Basic(sortable=true) @ProtoField(number=16) public Set<HotRodAuthenticatedClientSessionEntityReference> authenticatedClientSessions 
 - 
offline@Basic(sortable=true) @ProtoField(number=17) public Boolean offline 
 
- 
 
-