- 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 Summary
Nested 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
-
-
setRealmId
void setRealmId(String realmId)
-
-
-
-
setBrokerSessionId
void setBrokerSessionId(String brokerSessionId)
-
-
setBrokerUserId
void setBrokerUserId(String brokerUserId)
-
-
setLoginUsername
void setLoginUsername(String loginUsername)
-
-
setIpAddress
void setIpAddress(String ipAddress)
-
-
setAuthMethod
void setAuthMethod(String authMethod)
-
-
setRememberMe
void setRememberMe(Boolean rememberMe)
-
getTimestamp
Returns 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
null when the time is unknown
-
setTimestamp
void 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 null when the time is unknown
-
getLastSessionRefresh
Long 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
null when the time is unknown
-
setLastSessionRefresh
void 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 null when the time is unknown
-
-
-
-
-
-
-
-
getAuthenticatedClientSessions
-
getAuthenticatedClientSession
-
addAuthenticatedClientSession
-
removeAuthenticatedClientSession
-
clearAuthenticatedClientSessions
void clearAuthenticatedClientSessions()
-
-
-
-