Class OAuthTokenCache
- java.lang.Object
-
- com.google.gerrit.server.auth.oauth.OAuthTokenCache
-
public class OAuthTokenCache extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OAuthTokenCache.AccountIdSerializer
-
Field Summary
Fields Modifier and Type Field Description static String
OAUTH_TOKENS
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description OAuthToken
get(Account.Id id)
static com.google.inject.Module
module()
void
put(Account.Id id, OAuthToken accessToken)
void
remove(Account.Id id)
-
-
-
Field Detail
-
OAUTH_TOKENS
public static final String OAUTH_TOKENS
- See Also:
- Constant Field Values
-
-
Method Detail
-
module
public static com.google.inject.Module module()
-
get
public OAuthToken get(Account.Id id)
-
put
public void put(Account.Id id, OAuthToken accessToken)
-
remove
public void remove(Account.Id id)
-
-