| Package | Description |
|---|---|
| org.apache.shindig.gadgets.oauth2.persistence |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth2Cache.clearAccessors()
Clears all cached
OAuth2Clients. |
void |
OAuth2Cache.clearClients()
Clears all cached
OAuth2Clients. |
void |
MapCache.clearClients() |
void |
OAuth2Cache.clearTokens()
Clears all cached
OAuth2Tokens. |
void |
MapCache.clearTokens() |
void |
OAuth2Cache.storeClient(OAuth2Client client)
Stores the given client.
|
void |
MapCache.storeClient(OAuth2Client client) |
void |
OAuth2Cache.storeClients(Collection<OAuth2Client> clients)
Store all clients in the collection.
|
void |
MapCache.storeClients(Collection<OAuth2Client> clients) |
void |
OAuth2Cache.storeToken(OAuth2Token token)
Stores the given token.
|
void |
MapCache.storeToken(OAuth2Token token) |
void |
OAuth2Cache.storeTokens(Collection<OAuth2Token> tokens)
Stores all tokens in the collection.
|
void |
MapCache.storeTokens(Collection<OAuth2Token> storeTokens) |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.