jar

com.sangupta : jerry-oauth

Maven & Gradle

Oct 28, 2014
1 usages
1 stars

Jerry OAuth Library · Common Java functionality for working with OAuth

Table Of Contents

Latest Version

Download com.sangupta : jerry-oauth JAR file - Latest Versions:

All Versions

Download com.sangupta : jerry-oauth JAR file - All Versions:

Version Vulnerabilities Size Updated
0.10.x
0.9.x
0.1.x

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

com.sangupta.jerry.oauth.scope

├─ com.sangupta.jerry.oauth.scope.FacebookScopes.class - [JAR]

├─ com.sangupta.jerry.oauth.scope.GithubScopes.class - [JAR]

├─ com.sangupta.jerry.oauth.scope.GooglePlusScopes.class - [JAR]

├─ com.sangupta.jerry.oauth.scope.GoogleScopes.class - [JAR]

├─ com.sangupta.jerry.oauth.scope.LinkedInScopes.class - [JAR]

├─ com.sangupta.jerry.oauth.scope.MicrosoftLiveScopes.class - [JAR]

com.sangupta.jerry.oauth.extractor

├─ com.sangupta.jerry.oauth.extractor.JSONTokenExtractor.class - [JAR]

├─ com.sangupta.jerry.oauth.extractor.TokenExtractor.class - [JAR]

├─ com.sangupta.jerry.oauth.extractor.UrlParamTokenExtractor.class - [JAR]

com.sangupta.jerry.oauth

├─ com.sangupta.jerry.oauth.OAuthUtils.class - [JAR]

com.sangupta.jerry.oauth.service

├─ com.sangupta.jerry.oauth.service.OAuth1ServiceImpl.class - [JAR]

├─ com.sangupta.jerry.oauth.service.OAuth2ServiceImpl.class - [JAR]

├─ com.sangupta.jerry.oauth.service.OAuthService.class - [JAR]

com.sangupta.jerry.oauth.domain

├─ com.sangupta.jerry.oauth.domain.KeySecretPair.class - [JAR]

├─ com.sangupta.jerry.oauth.domain.OAuthConfig.class - [JAR]

├─ com.sangupta.jerry.oauth.domain.OAuthConstants.class - [JAR]

├─ com.sangupta.jerry.oauth.domain.OAuthSignatureMethod.class - [JAR]

├─ com.sangupta.jerry.oauth.domain.OAuthSignatureType.class - [JAR]

├─ com.sangupta.jerry.oauth.domain.TokenAndUrl.class - [JAR]

com.sangupta.jerry.oauth.token

├─ com.sangupta.jerry.oauth.token.InMemoryOAuthTokenGenerator.class - [JAR]

├─ com.sangupta.jerry.oauth.token.OAuthTokenGenerator.class - [JAR]

com.sangupta.jerry.oauth.nonce

├─ com.sangupta.jerry.oauth.nonce.InMemoryNonceVerifier.class - [JAR]

├─ com.sangupta.jerry.oauth.nonce.NonceUtils.class - [JAR]

├─ com.sangupta.jerry.oauth.nonce.NonceVerifier.class - [JAR]

com.sangupta.jerry.oauth.service.impl

├─ com.sangupta.jerry.oauth.service.impl.DropBoxOAuthServiceImpl.class - [JAR]

├─ com.sangupta.jerry.oauth.service.impl.FacebookOAuthServiceImpl.class - [JAR]

├─ com.sangupta.jerry.oauth.service.impl.GithubOAuthServiceImpl.class - [JAR]

├─ com.sangupta.jerry.oauth.service.impl.GoogleOAuthServiceImpl.class - [JAR]

├─ com.sangupta.jerry.oauth.service.impl.LinkedInOAuthServiceImpl.class - [JAR]

├─ com.sangupta.jerry.oauth.service.impl.MicrosoftLiveOAuthServiceImpl.class - [JAR]

├─ com.sangupta.jerry.oauth.service.impl.TwitterOAuthServiceImpl.class - [JAR]

├─ com.sangupta.jerry.oauth.service.impl.YahooOAuthServiceImpl.class - [JAR]

Advertisement