Class StateEntity
java.lang.Object
swiss.trustbroker.sessioncache.dto.StateEntity
- All Implemented Interfaces:
Serializable
DB entity.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe scheduled reaper uses this field to clean up the database.getId()inthashCode()voidsetExpirationTimestamp(Timestamp expirationTimestamp) The scheduled reaper uses this field to clean up the database.voidvoidsetJsonData(String jsonData) voidsetOidcSessionId(String oidcSessionId) voidsetSpSessionId(String spSessionId) voidsetSsoSessionId(String ssoSessionId)
-
Constructor Details
-
StateEntity
public StateEntity()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getId
-
getSpSessionId
-
getSsoSessionId
-
getOidcSessionId
-
getJsonData
-
getExpirationTimestamp
The scheduled reaper uses this field to clean up the database. The state 'valid' attribute to discard invalidated entries shall not be used in the reaper (yet). -
setId
-
setSpSessionId
-
setSsoSessionId
-
setOidcSessionId
-
setJsonData
-
setExpirationTimestamp
The scheduled reaper uses this field to clean up the database. The state 'valid' attribute to discard invalidated entries shall not be used in the reaper (yet).
-