| Interface | Description |
|---|---|
| CoinActivityService |
This interface is an extension on the shinding
ActivityService. |
| OAuthEntryService |
Service for storing and retrieving
OAuthEntry instances |
| TokenInfoService |
Service for storing and retrieving
CoinOAuthTokenInfo instances |
| Class | Description |
|---|---|
| AbstractRestDelegationService |
Base class for classes that delegate the functionality to a REST endpoint
(e.g.
|
| ActivityServiceImpl |
Implementation of
ActivityService based on hibernate |
| AppDataServiceImpl |
Implementation of
AppDataService |
| CoinGuiceModule |
AbstractModule that binds the custom implementation of the Shindig
spi interfaces. |
| GroupServiceImpl |
Implementation of shindig
GroupService connecting to the EngineBlock
PHP endpoint |
| MessageServiceImpl |
Implementation of the OpenSocial
MessageService spec |
| OAuthEntryServiceImpl | |
| OpenSocialValidator |
Responsible for validating Id's for OpenSocial queries.
|
| PersonServiceImpl |
Implementation of shindig
PersonService connecting to the EngineBlock
PHP endpoint |
| SecureSocialApiGuiceModule |
SocialApiGuiceModule that overrides the
AnonymousAuthenticationHandler.ALLOW_UNAUTHENTICATED property to false
We would like to extends SocialApiGuiceModule and call
super.configure, but Guice does not permit bindig the same thing twice. |
| TokenInfoServiceImpl |
Implementation of
TokenInfoService based on hibernate |
Copyright © 2007-2012. All Rights Reserved.