jar

at.molindo.social : spring-social-core

Maven & Gradle

Dec 09, 2015
3 usages
617 stars

Foundational module containing the ServiceProvider Connect Framework and Service API invocation support. · Foundational module containing the ServiceProvider Connect Framework and Service API invocation support.

Table Of Contents

Latest Version

Download at.molindo.social : spring-social-core JAR file - Latest Versions:

All Versions

Download at.molindo.social : spring-social-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 spring-social-core-1.1.4.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springframework.social.support

├─ org.springframework.social.support.BufferingClientHttpResponse.class - [JAR]

├─ org.springframework.social.support.ClientHttpRequestFactorySelector.class - [JAR]

├─ org.springframework.social.support.FormMapHttpMessageConverter.class - [JAR]

├─ org.springframework.social.support.HttpRequestDecorator.class - [JAR]

├─ org.springframework.social.support.LoggingErrorHandler.class - [JAR]

├─ org.springframework.social.support.ParameterMap.class - [JAR]

├─ org.springframework.social.support.URIBuilder.class - [JAR]

├─ org.springframework.social.support.URIBuilderException.class - [JAR]

org.springframework.social.connect.support

├─ org.springframework.social.connect.support.AbstractConnection.class - [JAR]

├─ org.springframework.social.connect.support.ConnectionFactoryRegistry.class - [JAR]

├─ org.springframework.social.connect.support.OAuth1Connection.class - [JAR]

├─ org.springframework.social.connect.support.OAuth1ConnectionFactory.class - [JAR]

├─ org.springframework.social.connect.support.OAuth2Connection.class - [JAR]

├─ org.springframework.social.connect.support.OAuth2ConnectionFactory.class - [JAR]

org.springframework.social

├─ org.springframework.social.ApiBinding.class - [JAR]

├─ org.springframework.social.ApiException.class - [JAR]

├─ org.springframework.social.DuplicateStatusException.class - [JAR]

├─ org.springframework.social.ExpiredAuthorizationException.class - [JAR]

├─ org.springframework.social.InsufficientPermissionException.class - [JAR]

├─ org.springframework.social.InternalServerErrorException.class - [JAR]

├─ org.springframework.social.InvalidAuthorizationException.class - [JAR]

├─ org.springframework.social.MissingAuthorizationException.class - [JAR]

├─ org.springframework.social.NotAuthorizedException.class - [JAR]

├─ org.springframework.social.OperationNotPermittedException.class - [JAR]

├─ org.springframework.social.RateLimitExceededException.class - [JAR]

├─ org.springframework.social.RejectedAuthorizationException.class - [JAR]

├─ org.springframework.social.ResourceNotFoundException.class - [JAR]

├─ org.springframework.social.RevokedAuthorizationException.class - [JAR]

├─ org.springframework.social.ServerDownException.class - [JAR]

├─ org.springframework.social.ServerException.class - [JAR]

├─ org.springframework.social.ServerOverloadedException.class - [JAR]

├─ org.springframework.social.ServiceProvider.class - [JAR]

├─ org.springframework.social.SocialException.class - [JAR]

├─ org.springframework.social.UncategorizedApiException.class - [JAR]

├─ org.springframework.social.UserIdSource.class - [JAR]

org.springframework.social.oauth2

├─ org.springframework.social.oauth2.AbstractOAuth2ApiBinding.class - [JAR]

├─ org.springframework.social.oauth2.AbstractOAuth2ServiceProvider.class - [JAR]

├─ org.springframework.social.oauth2.AccessGrant.class - [JAR]

├─ org.springframework.social.oauth2.GenericOAuth2ConnectionFactory.class - [JAR]

├─ org.springframework.social.oauth2.GenericOAuth2ServiceProvider.class - [JAR]

├─ org.springframework.social.oauth2.GrantType.class - [JAR]

├─ org.springframework.social.oauth2.OAuth2Operations.class - [JAR]

├─ org.springframework.social.oauth2.OAuth2Parameters.class - [JAR]

├─ org.springframework.social.oauth2.OAuth2RequestInterceptor.class - [JAR]

├─ org.springframework.social.oauth2.OAuth2ServiceProvider.class - [JAR]

├─ org.springframework.social.oauth2.OAuth2Template.class - [JAR]

├─ org.springframework.social.oauth2.OAuth2TokenParameterRequestInterceptor.class - [JAR]

├─ org.springframework.social.oauth2.OAuth2Version.class - [JAR]

├─ org.springframework.social.oauth2.PreemptiveBasicAuthClientHttpRequestInterceptor.class - [JAR]

├─ org.springframework.social.oauth2.TokenStrategy.class - [JAR]

org.springframework.social.oauth1

├─ org.springframework.social.oauth1.AbstractOAuth1ApiBinding.class - [JAR]

├─ org.springframework.social.oauth1.AbstractOAuth1ServiceProvider.class - [JAR]

├─ org.springframework.social.oauth1.AuthorizedRequestToken.class - [JAR]

├─ org.springframework.social.oauth1.EmptyMultiValueMap.class - [JAR]

├─ org.springframework.social.oauth1.GenericOAuth1ConnectionFactory.class - [JAR]

├─ org.springframework.social.oauth1.GenericOAuth1ServiceProvider.class - [JAR]

├─ org.springframework.social.oauth1.OAuth1Credentials.class - [JAR]

├─ org.springframework.social.oauth1.OAuth1Operations.class - [JAR]

├─ org.springframework.social.oauth1.OAuth1Parameters.class - [JAR]

├─ org.springframework.social.oauth1.OAuth1RequestInterceptor.class - [JAR]

├─ org.springframework.social.oauth1.OAuth1ServiceProvider.class - [JAR]

├─ org.springframework.social.oauth1.OAuth1Template.class - [JAR]

├─ org.springframework.social.oauth1.OAuth1Version.class - [JAR]

├─ org.springframework.social.oauth1.OAuthToken.class - [JAR]

├─ org.springframework.social.oauth1.ProtectedResourceClientFactory.class - [JAR]

├─ org.springframework.social.oauth1.SigningSupport.class - [JAR]

├─ org.springframework.social.oauth1.TreeMultiValueMap.class - [JAR]

org.springframework.social.connect

├─ org.springframework.social.connect.ApiAdapter.class - [JAR]

├─ org.springframework.social.connect.Connection.class - [JAR]

├─ org.springframework.social.connect.ConnectionData.class - [JAR]

├─ org.springframework.social.connect.ConnectionFactory.class - [JAR]

├─ org.springframework.social.connect.ConnectionFactoryLocator.class - [JAR]

├─ org.springframework.social.connect.ConnectionKey.class - [JAR]

├─ org.springframework.social.connect.ConnectionRepository.class - [JAR]

├─ org.springframework.social.connect.ConnectionRepositoryException.class - [JAR]

├─ org.springframework.social.connect.ConnectionSignUp.class - [JAR]

├─ org.springframework.social.connect.ConnectionValues.class - [JAR]

├─ org.springframework.social.connect.DuplicateConnectionException.class - [JAR]

├─ org.springframework.social.connect.NoSuchConnectionException.class - [JAR]

├─ org.springframework.social.connect.NotConnectedException.class - [JAR]

├─ org.springframework.social.connect.NullApiAdapter.class - [JAR]

├─ org.springframework.social.connect.UserProfile.class - [JAR]

├─ org.springframework.social.connect.UserProfileBuilder.class - [JAR]

├─ org.springframework.social.connect.UsersConnectionRepository.class - [JAR]

org.springframework.social.connect.mem

├─ org.springframework.social.connect.mem.InMemoryConnectionRepository.class - [JAR]

├─ org.springframework.social.connect.mem.InMemoryUsersConnectionRepository.class - [JAR]

org.springframework.social.connect.jdbc

├─ org.springframework.social.connect.jdbc.JdbcConnectionRepository.class - [JAR]

├─ org.springframework.social.connect.jdbc.JdbcUsersConnectionRepository.class - [JAR]

Advertisement

Dependencies from Group

Dec 09, 2015
3 usages
617 stars
Dec 09, 2015
2 usages
617 stars
Dec 09, 2015
1 usages
617 stars
Dec 09, 2015
617 stars

Discover Dependencies

Dec 09, 2015
617 stars
Dec 09, 2015
617 stars
Dec 13, 2015
7 stars
Dec 24, 2015
5 usages
0 stars
Dec 17, 2015
13 stars
Dec 17, 2015
13 stars
Dec 17, 2015
13 stars
Jun 27, 2020
3 usages
0 stars
Jun 27, 2020
3 usages
0 stars