jar

org.apache.shindig : shindig-social-api

Maven & Gradle

Nov 11, 2014
20 usages

Apache Shindig Social API · Serves OpenSocial Data and the RESTful APIs.

Table Of Contents

Latest Version

Download org.apache.shindig : shindig-social-api JAR file - Latest Versions:

All Versions

Download org.apache.shindig : shindig-social-api JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x
2.5.x
2.0.x
1.1
1.0.x
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window shindig-social-api-2.5.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.shindig.social.core.oauth2.validators

├─ org.apache.shindig.social.core.oauth2.validators.AccessTokenRequestValidator.class - [JAR]

├─ org.apache.shindig.social.core.oauth2.validators.AuthCodeGrantValidator.class - [JAR]

├─ org.apache.shindig.social.core.oauth2.validators.AuthorizationCodeRequestValidator.class - [JAR]

├─ org.apache.shindig.social.core.oauth2.validators.ClientCredentialsGrantValidator.class - [JAR]

├─ org.apache.shindig.social.core.oauth2.validators.DefaultResourceRequestValidator.class - [JAR]

├─ org.apache.shindig.social.core.oauth2.validators.OAuth2GrantValidator.class - [JAR]

├─ org.apache.shindig.social.core.oauth2.validators.OAuth2ProtectedResourceValidator.class - [JAR]

├─ org.apache.shindig.social.core.oauth2.validators.OAuth2RequestValidator.class - [JAR]

org.apache.shindig.social.core.util

├─ org.apache.shindig.social.core.util.BeanXStreamAtomConverter.class - [JAR]

org.apache.shindig.social.core.oauth

├─ org.apache.shindig.social.core.oauth.AuthenticationHandlerProvider.class - [JAR]

├─ org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler.class - [JAR]

├─ org.apache.shindig.social.core.oauth.OAuthSecurityToken.class - [JAR]

├─ org.apache.shindig.social.core.oauth.OAuthValidatorProvider.class - [JAR]

org.apache.shindig.social.sample.spi

├─ org.apache.shindig.social.sample.spi.JsonDbOpensocialService.class - [JAR]

org.apache.shindig.social.core.model

├─ org.apache.shindig.social.core.model.AccountImpl.class - [JAR]

├─ org.apache.shindig.social.core.model.ActivityEntryImpl.class - [JAR]

├─ org.apache.shindig.social.core.model.ActivityImpl.class - [JAR]

├─ org.apache.shindig.social.core.model.ActivityObjectImpl.class - [JAR]

├─ org.apache.shindig.social.core.model.AddressImpl.class - [JAR]

├─ org.apache.shindig.social.core.model.AlbumImpl.class - [JAR]

├─ org.apache.shindig.social.core.model.BodyTypeImpl.class - [JAR]

├─ org.apache.shindig.social.core.model.EmbeddedExperienceImpl.class - [JAR]

├─ org.apache.shindig.social.core.model.GroupImpl.class - [JAR]

├─ org.apache.shindig.social.core.model.ListFieldImpl.class - [JAR]

├─ org.apache.shindig.social.core.model.MediaItemImpl.class - [JAR]

├─ org.apache.shindig.social.core.model.MediaLinkImpl.class - [JAR]

├─ org.apache.shindig.social.core.model.MessageCollectionImpl.class - [JAR]

├─ org.apache.shindig.social.core.model.MessageImpl.class - [JAR]

├─ org.apache.shindig.social.core.model.NameImpl.class - [JAR]

├─ org.apache.shindig.social.core.model.OrganizationImpl.class - [JAR]

├─ org.apache.shindig.social.core.model.PersonImpl.class - [JAR]

├─ org.apache.shindig.social.core.model.UrlImpl.class - [JAR]

org.apache.shindig.social.opensocial.model

├─ org.apache.shindig.social.opensocial.model.Account.class - [JAR]

├─ org.apache.shindig.social.opensocial.model.Activity.class - [JAR]

├─ org.apache.shindig.social.opensocial.model.ActivityEntry.class - [JAR]

├─ org.apache.shindig.social.opensocial.model.ActivityObject.class - [JAR]

├─ org.apache.shindig.social.opensocial.model.Address.class - [JAR]

├─ org.apache.shindig.social.opensocial.model.Album.class - [JAR]

├─ org.apache.shindig.social.opensocial.model.BodyType.class - [JAR]

├─ org.apache.shindig.social.opensocial.model.Drinker.class - [JAR]

├─ org.apache.shindig.social.opensocial.model.EmbeddedExperience.class - [JAR]

├─ org.apache.shindig.social.opensocial.model.EnumUtil.class - [JAR]

├─ org.apache.shindig.social.opensocial.model.Group.class - [JAR]

├─ org.apache.shindig.social.opensocial.model.ListField.class - [JAR]

├─ org.apache.shindig.social.opensocial.model.LookingFor.class - [JAR]

├─ org.apache.shindig.social.opensocial.model.MediaItem.class - [JAR]

├─ org.apache.shindig.social.opensocial.model.MediaLink.class - [JAR]

├─ org.apache.shindig.social.opensocial.model.Message.class - [JAR]

├─ org.apache.shindig.social.opensocial.model.MessageCollection.class - [JAR]

├─ org.apache.shindig.social.opensocial.model.Name.class - [JAR]

├─ org.apache.shindig.social.opensocial.model.NetworkPresence.class - [JAR]

├─ org.apache.shindig.social.opensocial.model.Organization.class - [JAR]

├─ org.apache.shindig.social.opensocial.model.Person.class - [JAR]

├─ org.apache.shindig.social.opensocial.model.Smoker.class - [JAR]

├─ org.apache.shindig.social.opensocial.model.Url.class - [JAR]

org.apache.shindig.social.core.util.xstream

├─ org.apache.shindig.social.core.util.xstream.XStream081Configuration.class - [JAR]

org.apache.shindig.social.opensocial.spi

├─ org.apache.shindig.social.opensocial.spi.ActivityService.class - [JAR]

├─ org.apache.shindig.social.opensocial.spi.ActivityStreamService.class - [JAR]

├─ org.apache.shindig.social.opensocial.spi.AlbumService.class - [JAR]

├─ org.apache.shindig.social.opensocial.spi.AppDataService.class - [JAR]

├─ org.apache.shindig.social.opensocial.spi.CollectionOptions.class - [JAR]

├─ org.apache.shindig.social.opensocial.spi.GroupId.class - [JAR]

├─ org.apache.shindig.social.opensocial.spi.GroupService.class - [JAR]

├─ org.apache.shindig.social.opensocial.spi.MediaItemService.class - [JAR]

├─ org.apache.shindig.social.opensocial.spi.MessageService.class - [JAR]

├─ org.apache.shindig.social.opensocial.spi.PersonService.class - [JAR]

├─ org.apache.shindig.social.opensocial.spi.UserId.class - [JAR]

org.apache.shindig.social.core.util.atom

├─ org.apache.shindig.social.core.util.atom.AtomAttribute.class - [JAR]

├─ org.apache.shindig.social.core.util.atom.AtomAttributeConverter.class - [JAR]

├─ org.apache.shindig.social.core.util.atom.AtomAuthor.class - [JAR]

├─ org.apache.shindig.social.core.util.atom.AtomContent.class - [JAR]

├─ org.apache.shindig.social.core.util.atom.AtomEntry.class - [JAR]

├─ org.apache.shindig.social.core.util.atom.AtomFeed.class - [JAR]

├─ org.apache.shindig.social.core.util.atom.AtomGenerator.class - [JAR]

├─ org.apache.shindig.social.core.util.atom.AtomKeyValue.class - [JAR]

├─ org.apache.shindig.social.core.util.atom.AtomLink.class - [JAR]

├─ org.apache.shindig.social.core.util.atom.AtomLinkConverter.class - [JAR]

├─ org.apache.shindig.social.core.util.atom.AtomSource.class - [JAR]

org.apache.shindig.social.opensocial.service

├─ org.apache.shindig.social.opensocial.service.ActivityHandler.class - [JAR]

├─ org.apache.shindig.social.opensocial.service.ActivityStreamHandler.class - [JAR]

├─ org.apache.shindig.social.opensocial.service.AlbumHandler.class - [JAR]

├─ org.apache.shindig.social.opensocial.service.AppDataHandler.class - [JAR]

├─ org.apache.shindig.social.opensocial.service.GroupHandler.class - [JAR]

├─ org.apache.shindig.social.opensocial.service.MediaItemHandler.class - [JAR]

├─ org.apache.shindig.social.opensocial.service.MessageHandler.class - [JAR]

├─ org.apache.shindig.social.opensocial.service.PersonHandler.class - [JAR]

├─ org.apache.shindig.social.opensocial.service.SocialRequestItem.class - [JAR]

org.apache.shindig.social.core.config

├─ org.apache.shindig.social.core.config.SocialApiGuiceModule.class - [JAR]

org.apache.shindig.social.opensocial.oauth

├─ org.apache.shindig.social.opensocial.oauth.OAuthDataStore.class - [JAR]

├─ org.apache.shindig.social.opensocial.oauth.OAuthEntry.class - [JAR]

org.apache.shindig.social.core.oauth2

├─ org.apache.shindig.social.core.oauth2.OAuth2AuthenticationHandler.class - [JAR]

├─ org.apache.shindig.social.core.oauth2.OAuth2AuthorizationHandler.class - [JAR]

├─ org.apache.shindig.social.core.oauth2.OAuth2Client.class - [JAR]

├─ org.apache.shindig.social.core.oauth2.OAuth2Code.class - [JAR]

├─ org.apache.shindig.social.core.oauth2.OAuth2DataService.class - [JAR]

├─ org.apache.shindig.social.core.oauth2.OAuth2DataServiceImpl.class - [JAR]

├─ org.apache.shindig.social.core.oauth2.OAuth2Exception.class - [JAR]

├─ org.apache.shindig.social.core.oauth2.OAuth2NormalizedRequest.class - [JAR]

├─ org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse.class - [JAR]

├─ org.apache.shindig.social.core.oauth2.OAuth2Service.class - [JAR]

├─ org.apache.shindig.social.core.oauth2.OAuth2ServiceImpl.class - [JAR]

├─ org.apache.shindig.social.core.oauth2.OAuth2Servlet.class - [JAR]

├─ org.apache.shindig.social.core.oauth2.OAuth2TokenHandler.class - [JAR]

├─ org.apache.shindig.social.core.oauth2.OAuth2Types.class - [JAR]

├─ org.apache.shindig.social.core.oauth2.OAuth2Utils.class - [JAR]

org.apache.shindig.social.sample.oauth

├─ org.apache.shindig.social.sample.oauth.SampleOAuthDataStore.class - [JAR]

├─ org.apache.shindig.social.sample.oauth.SampleOAuthServlet.class - [JAR]

org.apache.shindig.social.sample

├─ org.apache.shindig.social.sample.SampleModule.class - [JAR]

Advertisement

Dependencies from Group

Nov 11, 2014
28 usages
Nov 11, 2014
21 usages
Nov 11, 2014
20 usages
Nov 11, 2014
11 usages
Nov 11, 2014
9 usages

Discover Dependencies

Oct 25, 2019
7 usages
0 stars
Apr 12, 2023
6 usages
120 stars
Dec 14, 2020
19 usages
Jan 16, 2017
8 usages
27 stars
Jun 20, 2022
7 usages
6 stars
Jan 13, 2021
22 usages
19 stars
Aug 18, 2023
68 usages
6.5k stars
Jun 13, 2020
13 usages
2 stars