Package com.google.gerrit.httpd
Class WebSessionManager.Val
java.lang.Object
com.google.gerrit.httpd.WebSessionManager.Val
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WebSessionManager
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionParse an Account.Id.long
-
Method Details
-
getExpiresAt
public long getExpiresAt() -
getAccountId
Parse an Account.Id.This is public so that plugins that implement a web session, can also implement a way to clear per user sessions.
- Returns:
- account ID.
-