| Package | Description |
|---|---|
| org.apache.shindig.gadgets.oauth2 | |
| org.apache.shindig.gadgets.oauth2.persistence | |
| org.apache.shindig.gadgets.oauth2.persistence.sample |
| Modifier and Type | Method and Description |
|---|---|
OAuth2CallbackState |
OAuth2Accessor.getState() |
OAuth2CallbackState |
BasicOAuth2Accessor.getState() |
| Modifier and Type | Method and Description |
|---|---|
OAuth2Accessor |
OAuth2Store.getOAuth2Accessor(OAuth2CallbackState state)
Given an OAuth2CallbackState, see
OAuth2Store.getOAuth2CallbackState, the store will
return the OAuth2Accessor if it exists in storage but will not create a new one. |
OAuth2Accessor |
BasicOAuth2Store.getOAuth2Accessor(OAuth2CallbackState state) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
MapCache.getAccessorKey(OAuth2CallbackState state) |
OAuth2Accessor |
OAuth2Cache.getOAuth2Accessor(OAuth2CallbackState state)
Find an
OAuth2Accessor by state. |
OAuth2Accessor |
MapCache.getOAuth2Accessor(OAuth2CallbackState state) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
InMemoryCache.getAccessorKey(OAuth2CallbackState state) |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.