public class OSEInMemoryCache
extends org.apache.shindig.gadgets.oauth2.persistence.sample.InMemoryCache
| Constructor and Description |
|---|
OSEInMemoryCache() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getAccessorKey(org.apache.shindig.gadgets.oauth2.OAuth2Accessor accessor) |
protected String |
getAccessorKey(org.apache.shindig.gadgets.oauth2.OAuth2CallbackState state) |
protected String |
getAccessorKey(String gadgetUri,
String serviceName,
String user,
String scope) |
protected String |
getClientKey(String gadgetUri,
String serviceName) |
protected String |
getTokenKey(String gadgetUri,
String serviceName,
String user,
String scope,
org.apache.shindig.gadgets.oauth2.OAuth2Token.Type type) |
getAccessorMap, getClientKey, getClientMap, getTokenKey, getTokenMapprotected String getClientKey(String gadgetUri, String serviceName)
getClientKey in class org.apache.shindig.gadgets.oauth2.persistence.sample.InMemoryCacheprotected String getTokenKey(String gadgetUri, String serviceName, String user, String scope, org.apache.shindig.gadgets.oauth2.OAuth2Token.Type type)
getTokenKey in class org.apache.shindig.gadgets.oauth2.persistence.sample.InMemoryCacheprotected String getAccessorKey(org.apache.shindig.gadgets.oauth2.OAuth2CallbackState state)
getAccessorKey in class org.apache.shindig.gadgets.oauth2.persistence.sample.InMemoryCacheprotected String getAccessorKey(org.apache.shindig.gadgets.oauth2.OAuth2Accessor accessor)
getAccessorKey in class org.apache.shindig.gadgets.oauth2.persistence.sample.InMemoryCacheCopyright © 2013 OpenSocial Foundation. All Rights Reserved.