Package com.google.gerrit.httpd
Class H2CacheBasedWebSession
- java.lang.Object
-
- com.google.gerrit.httpd.WebSession
-
- com.google.gerrit.httpd.CacheBasedWebSession
-
- com.google.gerrit.httpd.H2CacheBasedWebSession
-
public class H2CacheBasedWebSession extends CacheBasedWebSession
-
-
Field Summary
-
Fields inherited from class com.google.gerrit.httpd.CacheBasedWebSession
ACCOUNT_COOKIE, MAX_AGE_MINUTES
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.inject.Module
module()
-
Methods inherited from class com.google.gerrit.httpd.CacheBasedWebSession
getSessionId, getUser, getXGerritAuth, isAccessPathOk, isSignedIn, isValidXGerritAuth, login, logout, setAccessPathOk, setUserAccountId
-
Methods inherited from class com.google.gerrit.httpd.WebSession
addRefUpdatedEvents, getRefUpdatedEvents, resetRefUpdatedEvents
-
-