- All Superinterfaces:
- AbstractEntity,- ExpirableEntity,- UpdatableEntity
- All Known Implementing Classes:
- HotRodUserSessionEntity.AbstractHotRodUserSessionEntityDelegate,- HotRodUserSessionEntityDelegate,- JpaUserSessionEntity,- JpaUserSessionMetadata,- MapUserSessionEntity.AbstractUserSessionEntity,- MapUserSessionEntityDelegate,- MapUserSessionEntityFieldDelegate,- MapUserSessionEntityImpl,- MapUserSessionEntityImpl.Empty
- Author:
- Martin Kanis
- 
Nested Class SummaryNested Classes 
- 
Method Summary
void
   void
               
Returns a point in time (timestamp in milliseconds since The Epoch) when the user session entity was last refreshed. 
             
Returns a point in time (timestamp in milliseconds since The Epoch) when the user session entity was created. 
           void
   void
   void
   void
   void
 
Sets a point in the (timestamp in milliseconds since The Epoch) when the user session entity was last refreshed. 
 void
   void
   void
   void
   void
   void
   void
   void
   void
 
Sets a point in the (timestamp in milliseconds since The Epoch) when the user session entity was created. 
 void
   
 
 
 
- 
Method Details
- 
- 
setRealmIdvoid setRealmId(String realmId) 
- 
- 
- 
- 
setBrokerSessionIdvoid setBrokerSessionId(String brokerSessionId) 
- 
- 
setBrokerUserIdvoid setBrokerUserId(String brokerUserId) 
- 
- 
setLoginUsernamevoid setLoginUsername(String loginUsername) 
- 
- 
setIpAddressvoid setIpAddress(String ipAddress) 
- 
- 
setAuthMethodvoid setAuthMethod(String authMethod) 
- 
- 
setRememberMevoid setRememberMe(Boolean rememberMe) 
- 
getTimestampReturns a point in time (timestamp in milliseconds since The Epoch) when the user session entity was created. 
- Returns:
- a timestamp in milliseconds since The Epoch or nullwhen the time is unknown
 
- 
setTimestampvoid setTimestamp(Long timestamp) Sets a point in the (timestamp in milliseconds since The Epoch) when the user session entity was created. 
- Parameters:
- timestamp- a timestamp in milliseconds since The Epoch or- nullwhen the time is unknown
 
- 
getLastSessionRefreshLong getLastSessionRefresh() 
 Returns a point in time (timestamp in milliseconds since The Epoch) when the user session entity was last refreshed. 
- Returns:
- a timestamp in milliseconds since The Epoch or nullwhen the time is unknown
 
- 
setLastSessionRefreshvoid setLastSessionRefresh(Long lastSessionRefresh) Sets a point in the (timestamp in milliseconds since The Epoch) when the user session entity was last refreshed. 
- Parameters:
- lastSessionRefresh- a timestamp in milliseconds since The Epoch or- nullwhen the time is unknown
 
- 
- 
- 
- 
- 
- 
- 
- 
getAuthenticatedClientSessions
- 
getAuthenticatedClientSession
- 
addAuthenticatedClientSession
- 
removeAuthenticatedClientSession
- 
clearAuthenticatedClientSessionsvoid clearAuthenticatedClientSessions() 
- 
- 
- 
-