Package com.google.gerrit.httpd
Class WebSessionManager.Val
- java.lang.Object
-
- com.google.gerrit.httpd.WebSessionManager.Val
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WebSessionManager
public static final class WebSessionManager.Val extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Account.Id
getAccountId()
Parse an Account.Id.long
getExpiresAt()
-
-
-
Method Detail
-
getExpiresAt
public long getExpiresAt()
-
getAccountId
public Account.Id 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.
-
-