| Package | Description |
|---|---|
| org.apache.shindig.gadgets.oauth2 | |
| org.apache.shindig.gadgets.oauth2.persistence | |
| org.apache.shindig.gadgets.oauth2.persistence.sample |
| Constructor and Description |
|---|
BasicOAuth2Store(OAuth2Cache cache,
OAuth2Persister persister,
OAuth2Encrypter encrypter,
String globalRedirectUri,
Authority authority,
String contextRoot,
BlobCrypter stateCrypter) |
OAuth2Module.OAuth2StoreProvider(String globalRedirectUri,
boolean importFromConfig,
boolean importClean,
Authority authority,
OAuth2Cache cache,
OAuth2Persister persister,
OAuth2Encrypter encrypter,
String contextRoot,
BlobCrypter stateCrypter) |
| Modifier and Type | Method and Description |
|---|---|
OAuth2Encrypter |
OAuth2Client.getEncrypter() |
| Constructor and Description |
|---|
OAuth2Client(OAuth2Encrypter encrypter) |
OAuth2TokenPersistence(OAuth2Encrypter encrypter) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpEncrypter
Sample of
OAuth2Encrypter inteface that does nothing. |
| Constructor and Description |
|---|
JSONOAuth2Persister(OAuth2Encrypter encrypter,
Authority authority,
String globalRedirectUri,
String contextRoot) |
JSONOAuth2Persister(OAuth2Encrypter encrypter,
Authority authority,
String globalRedirectUri,
String contextRoot,
JSONObject configFile) |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.