public class OAuthTokenCache
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OAUTH_TOKENS |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.extensions.auth.oauth.OAuthToken |
get(com.google.gerrit.reviewdb.client.Account.Id id) |
static com.google.inject.Module |
module() |
void |
put(com.google.gerrit.reviewdb.client.Account.Id id,
com.google.gerrit.extensions.auth.oauth.OAuthToken accessToken) |
void |
remove(com.google.gerrit.reviewdb.client.Account.Id id) |
public static final java.lang.String OAUTH_TOKENS
public static com.google.inject.Module module()
public com.google.gerrit.extensions.auth.oauth.OAuthToken get(com.google.gerrit.reviewdb.client.Account.Id id)
public void put(com.google.gerrit.reviewdb.client.Account.Id id, com.google.gerrit.extensions.auth.oauth.OAuthToken accessToken)
public void remove(com.google.gerrit.reviewdb.client.Account.Id id)