The authenticator id
The user id
The creation timestamp
The last used timestamp
The expiration time
The creation timestamp
The expiration time
Checks if the authenticator has expired.
Checks if the authenticator has expired. This is an absolute timeout since the creation of the authenticator
true if the authenticator has expired, false otherwise.
The authenticator id
The user id
The last used timestamp
Checks if the time elapsed since the last time the authenticator was used is longer than the maximum idle timeout specified in the properties.
Checks if the time elapsed since the last time the authenticator was used is longer than the maximum idle timeout specified in the properties.
true if the authenticator timed out, false otherwise.
Creates a cookie representing this authenticator
Creates a cookie representing this authenticator
a cookie instance
Updates the last used timestap (note that this does not save it in the store)
Updates the last used timestap (note that this does not save it in the store)
A new authenticator instance with the new timestamp.
An authenticator tracks an authenticated user.
The authenticator id
The user id
The creation timestamp
The last used timestamp
The expiration time