jar

org.brickred : socialauth

Maven & Gradle

Jul 07, 2018
8 usages

socialauth · SocialAuth library

Table Of Contents

Latest Version

Download org.brickred : socialauth JAR file - Latest Versions:

All Versions

Download org.brickred : socialauth JAR file - All Versions:

Version Vulnerabilities Size Updated
4.15
4.14
4.12
4.11
4.10
4.9
4.8
4.7
4.6
4.5
4.4
4.3
4.2
4.1
4.0
3.0
2.3
2.2
2.1
2.0
1.2
1.1

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 socialauth-4.15.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.brickred.socialauth.plugin.linkedin.oauth2

├─ org.brickred.socialauth.plugin.linkedin.oauth2.CareerPluginImpl.class - [JAR]

├─ org.brickred.socialauth.plugin.linkedin.oauth2.FeedPluginImpl.class - [JAR]

org.brickred.socialauth

├─ org.brickred.socialauth.AbstractProvider.class - [JAR]

├─ org.brickred.socialauth.Album.class - [JAR]

├─ org.brickred.socialauth.AuthProvider.class - [JAR]

├─ org.brickred.socialauth.AuthProviderFactory.class - [JAR]

├─ org.brickred.socialauth.Career.class - [JAR]

├─ org.brickred.socialauth.Contact.class - [JAR]

├─ org.brickred.socialauth.Education.class - [JAR]

├─ org.brickred.socialauth.Feed.class - [JAR]

├─ org.brickred.socialauth.Permission.class - [JAR]

├─ org.brickred.socialauth.Photo.class - [JAR]

├─ org.brickred.socialauth.Position.class - [JAR]

├─ org.brickred.socialauth.Profile.class - [JAR]

├─ org.brickred.socialauth.Recommendation.class - [JAR]

├─ org.brickred.socialauth.SocialAuthConfig.class - [JAR]

├─ org.brickred.socialauth.SocialAuthManager.class - [JAR]

org.brickred.socialauth.exception

├─ org.brickred.socialauth.exception.AccessTokenExpireException.class - [JAR]

├─ org.brickred.socialauth.exception.ProviderStateException.class - [JAR]

├─ org.brickred.socialauth.exception.ServerDataException.class - [JAR]

├─ org.brickred.socialauth.exception.SignatureException.class - [JAR]

├─ org.brickred.socialauth.exception.SocialAuthConfigurationException.class - [JAR]

├─ org.brickred.socialauth.exception.SocialAuthException.class - [JAR]

├─ org.brickred.socialauth.exception.SocialAuthManagerStateException.class - [JAR]

├─ org.brickred.socialauth.exception.UserDeniedPermissionException.class - [JAR]

org.brickred.socialauth.plugin.facebook

├─ org.brickred.socialauth.plugin.facebook.AlbumsPluginImpl.class - [JAR]

├─ org.brickred.socialauth.plugin.facebook.FeedPluginImpl.class - [JAR]

org.brickred.socialauth.plugin.twitter

├─ org.brickred.socialauth.plugin.twitter.AlbumsPluginImpl.class - [JAR]

├─ org.brickred.socialauth.plugin.twitter.FeedPluginImpl.class - [JAR]

org.brickred.socialauth.plugin

├─ org.brickred.socialauth.plugin.AlbumsPlugin.class - [JAR]

├─ org.brickred.socialauth.plugin.CareerPlugin.class - [JAR]

├─ org.brickred.socialauth.plugin.FeedPlugin.class - [JAR]

├─ org.brickred.socialauth.plugin.Plugin.class - [JAR]

org.brickred.socialauth.oauthstrategy

├─ org.brickred.socialauth.oauthstrategy.Hybrid.class - [JAR]

├─ org.brickred.socialauth.oauthstrategy.OAuth1.class - [JAR]

├─ org.brickred.socialauth.oauthstrategy.OAuth2.class - [JAR]

├─ org.brickred.socialauth.oauthstrategy.OAuthStrategyBase.class - [JAR]

org.brickred.socialauth.plugin.instagram

├─ org.brickred.socialauth.plugin.instagram.FeedPluginImpl.class - [JAR]

org.brickred.socialauth.util

├─ org.brickred.socialauth.util.AccessGrant.class - [JAR]

├─ org.brickred.socialauth.util.Base64.class - [JAR]

├─ org.brickred.socialauth.util.BirthDate.class - [JAR]

├─ org.brickred.socialauth.util.Constants.class - [JAR]

├─ org.brickred.socialauth.util.DateComponents.class - [JAR]

├─ org.brickred.socialauth.util.HttpUtil.class - [JAR]

├─ org.brickred.socialauth.util.MethodType.class - [JAR]

├─ org.brickred.socialauth.util.OAuthConfig.class - [JAR]

├─ org.brickred.socialauth.util.OAuthConsumer.class - [JAR]

├─ org.brickred.socialauth.util.OpenIdConsumer.class - [JAR]

├─ org.brickred.socialauth.util.ProviderSupport.class - [JAR]

├─ org.brickred.socialauth.util.Response.class - [JAR]

├─ org.brickred.socialauth.util.SocialAuthUtil.class - [JAR]

├─ org.brickred.socialauth.util.Token.class - [JAR]

├─ org.brickred.socialauth.util.XMLParseUtil.class - [JAR]

org.brickred.socialauth.plugin.googleplus

├─ org.brickred.socialauth.plugin.googleplus.AlbumsPluginImpl.class - [JAR]

├─ org.brickred.socialauth.plugin.googleplus.FeedPluginImpl.class - [JAR]

org.brickred.socialauth.plugin.flickr

├─ org.brickred.socialauth.plugin.flickr.AlbumsPluginImpl.class - [JAR]

org.brickred.socialauth.provider

├─ org.brickred.socialauth.provider.AmazonImpl.class - [JAR]

├─ org.brickred.socialauth.provider.FacebookImpl.class - [JAR]

├─ org.brickred.socialauth.provider.FlickerImpl.class - [JAR]

├─ org.brickred.socialauth.provider.FourSquareImpl.class - [JAR]

├─ org.brickred.socialauth.provider.GenericOAuth1Provider.class - [JAR]

├─ org.brickred.socialauth.provider.GenericOAuth2Provider.class - [JAR]

├─ org.brickred.socialauth.provider.GitHubImpl.class - [JAR]

├─ org.brickred.socialauth.provider.GoogleImpl.class - [JAR]

├─ org.brickred.socialauth.provider.GooglePlusImpl.class - [JAR]

├─ org.brickred.socialauth.provider.HotmailImpl.class - [JAR]

├─ org.brickred.socialauth.provider.InstagramImpl.class - [JAR]

├─ org.brickred.socialauth.provider.LinkedInImpl.class - [JAR]

├─ org.brickred.socialauth.provider.LinkedInOAuth2Impl.class - [JAR]

├─ org.brickred.socialauth.provider.MendeleyImpl.class - [JAR]

├─ org.brickred.socialauth.provider.MySpaceImpl.class - [JAR]

├─ org.brickred.socialauth.provider.NimbleImpl.class - [JAR]

├─ org.brickred.socialauth.provider.OpenIdImpl.class - [JAR]

├─ org.brickred.socialauth.provider.RunkeeperImpl.class - [JAR]

├─ org.brickred.socialauth.provider.SalesForceImpl.class - [JAR]

├─ org.brickred.socialauth.provider.StackExchangeImpl.class - [JAR]

├─ org.brickred.socialauth.provider.TwitterImpl.class - [JAR]

├─ org.brickred.socialauth.provider.YahooImpl.class - [JAR]

├─ org.brickred.socialauth.provider.YammerImpl.class - [JAR]

org.brickred.socialauth.plugin.linkedin

├─ org.brickred.socialauth.plugin.linkedin.CareerPluginImpl.class - [JAR]

├─ org.brickred.socialauth.plugin.linkedin.FeedPluginImpl.class - [JAR]

Advertisement

Dependencies from Group

Jul 07, 2018
8 usages
Mar 15, 2016
316 stars

Discover Dependencies

Aug 10, 2017
95 stars
Jul 21, 2023
11 usages
866 stars
Jul 21, 2023
2 usages
866 stars
Aug 15, 2023
726 usages
11.1k stars
Aug 15, 2023
588 usages
11.1k stars
Aug 15, 2023
321 usages
11.1k stars
Jun 30, 2022
61 usages
661 stars
Jan 17, 2017
29 usages
713 stars