You can download spring-security-oauth2-1.0.4.release.jar in this page.
Apache Open Source
spring-security-oauth2-1.0.4.release.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.springframework.security.oauth/spring-security-oauth2/pom.properties META-INF/maven/org.springframework.security.oauth/spring-security-oauth2/pom.xml META-INF/spring.handlers META-INF/spring.schemas org.springframework.security.oauth2.client.DefaultOAuth2ClientContext.class org.springframework.security.oauth2.client.OAuth2ClientContext.class org.springframework.security.oauth2.client.OAuth2RestOperations.class org.springframework.security.oauth2.client.OAuth2RestTemplate.class org.springframework.security.oauth2.client.filter.OAuth2ClientAuthenticationProcessingFilter.class org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter.class org.springframework.security.oauth2.client.filter.state.DefaultStateKeyGenerator.class org.springframework.security.oauth2.client.filter.state.StateKeyGenerator.class org.springframework.security.oauth2.client.http.AccessTokenRequiredException.class org.springframework.security.oauth2.client.http.OAuth2ErrorHandler.class org.springframework.security.oauth2.client.http.StringSplitUtils.class org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails.class org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException.class org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails.class org.springframework.security.oauth2.client.resource.UserApprovalRequiredException.class org.springframework.security.oauth2.client.resource.UserRedirectRequiredException.class org.springframework.security.oauth2.client.test.BeforeOAuth2Context.class org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.class org.springframework.security.oauth2.client.test.OAuth2ContextSetup.class org.springframework.security.oauth2.client.test.RestTemplateHolder.class org.springframework.security.oauth2.client.test.TestAccounts.class org.springframework.security.oauth2.client.token.AccessTokenProvider.class org.springframework.security.oauth2.client.token.AccessTokenProviderChain.class org.springframework.security.oauth2.client.token.AccessTokenRequest.class org.springframework.security.oauth2.client.token.ClientKeyGenerator.class org.springframework.security.oauth2.client.token.ClientTokenServices.class org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest.class org.springframework.security.oauth2.client.token.DefaultClientKeyGenerator.class org.springframework.security.oauth2.client.token.JdbcClientTokenServices.class org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport.class org.springframework.security.oauth2.client.token.auth.ClientAuthenticationHandler.class org.springframework.security.oauth2.client.token.auth.DefaultClientAuthenticationHandler.class org.springframework.security.oauth2.client.token.grant.client.ClientCredentialsAccessTokenProvider.class org.springframework.security.oauth2.client.token.grant.client.ClientCredentialsResourceDetails.class org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider.class org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeResourceDetails.class org.springframework.security.oauth2.client.token.grant.implicit.ImplicitAccessTokenProvider.class org.springframework.security.oauth2.client.token.grant.implicit.ImplicitResourceDetails.class org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordAccessTokenProvider.class org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordResourceDetails.class org.springframework.security.oauth2.client.token.grant.redirect.AbstractRedirectResourceDetails.class org.springframework.security.oauth2.common.AuthenticationScheme.class org.springframework.security.oauth2.common.DefaultExpiringOAuth2RefreshToken.class org.springframework.security.oauth2.common.DefaultOAuth2AccessToken.class org.springframework.security.oauth2.common.DefaultOAuth2RefreshToken.class org.springframework.security.oauth2.common.DefaultThrowableAnalyzer.class org.springframework.security.oauth2.common.ExpiringOAuth2RefreshToken.class org.springframework.security.oauth2.common.OAuth2AccessToken.class org.springframework.security.oauth2.common.OAuth2AccessTokenJackson1Deserializer.class org.springframework.security.oauth2.common.OAuth2AccessTokenJackson1Serializer.class org.springframework.security.oauth2.common.OAuth2AccessTokenJackson2Deserializer.class org.springframework.security.oauth2.common.OAuth2AccessTokenJackson2Serializer.class org.springframework.security.oauth2.common.OAuth2RefreshToken.class org.springframework.security.oauth2.common.exceptions.BadClientCredentialsException.class org.springframework.security.oauth2.common.exceptions.ClientAuthenticationException.class org.springframework.security.oauth2.common.exceptions.InsufficientScopeException.class org.springframework.security.oauth2.common.exceptions.InvalidClientException.class org.springframework.security.oauth2.common.exceptions.InvalidGrantException.class org.springframework.security.oauth2.common.exceptions.InvalidRequestException.class org.springframework.security.oauth2.common.exceptions.InvalidScopeException.class org.springframework.security.oauth2.common.exceptions.InvalidTokenException.class org.springframework.security.oauth2.common.exceptions.OAuth2Exception.class org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson1Deserializer.class org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson1Serializer.class org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson2Deserializer.class org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson2Serializer.class org.springframework.security.oauth2.common.exceptions.RedirectMismatchException.class org.springframework.security.oauth2.common.exceptions.SerializationException.class org.springframework.security.oauth2.common.exceptions.UnapprovedClientAuthenticationException.class org.springframework.security.oauth2.common.exceptions.UnauthorizedClientException.class org.springframework.security.oauth2.common.exceptions.UnsupportedGrantTypeException.class org.springframework.security.oauth2.common.exceptions.UnsupportedResponseTypeException.class org.springframework.security.oauth2.common.exceptions.UserDeniedAuthorizationException.class org.springframework.security.oauth2.common.util.DefaultJdbcListFactory.class org.springframework.security.oauth2.common.util.JdbcListFactory.class org.springframework.security.oauth2.common.util.OAuth2Utils.class org.springframework.security.oauth2.common.util.RandomValueStringGenerator.class org.springframework.security.oauth2.common.util.SerializationUtils.class org.springframework.security.oauth2.config.AuthorizationServerBeanDefinitionParser.class org.springframework.security.oauth2.config.ClientBeanDefinitionParser.class org.springframework.security.oauth2.config.ClientDetailsServiceBeanDefinitionParser.class org.springframework.security.oauth2.config.ConfigUtils.class org.springframework.security.oauth2.config.ExpressionHandlerBeanDefinitionParser.class org.springframework.security.oauth2.config.OAuth2ClientContextFactoryBean.class org.springframework.security.oauth2.config.OAuth2SecurityNamespaceHandler.class org.springframework.security.oauth2.config.ProviderBeanDefinitionParser.class org.springframework.security.oauth2.config.ResourceBeanDefinitionParser.class org.springframework.security.oauth2.config.ResourceServerBeanDefinitionParser.class org.springframework.security.oauth2.config.RestTemplateBeanDefinitionParser.class org.springframework.security.oauth2.config.WebExpressionHandlerBeanDefinitionParser.class org.springframework.security.oauth2.http.converter.FormOAuth2AccessTokenMessageConverter.class org.springframework.security.oauth2.http.converter.FormOAuth2ExceptionHttpMessageConverter.class org.springframework.security.oauth2.http.converter.jaxb.AbstractJaxbMessageConverter.class org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2AccessToken.class org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2AccessTokenMessageConverter.class org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2Exception.class org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2ExceptionMessageConverter.class org.springframework.security.oauth2.provider.AuthorizationRequest.class org.springframework.security.oauth2.provider.AuthorizationRequestManager.class org.springframework.security.oauth2.provider.BaseClientDetails.class org.springframework.security.oauth2.provider.ClientAlreadyExistsException.class org.springframework.security.oauth2.provider.ClientDetails.class org.springframework.security.oauth2.provider.ClientDetailsService.class org.springframework.security.oauth2.provider.ClientRegistrationException.class org.springframework.security.oauth2.provider.ClientRegistrationService.class org.springframework.security.oauth2.provider.CompositeTokenGranter.class org.springframework.security.oauth2.provider.DefaultAuthorizationRequest.class org.springframework.security.oauth2.provider.DefaultAuthorizationRequestManager.class org.springframework.security.oauth2.provider.InMemoryClientDetailsService.class org.springframework.security.oauth2.provider.JdbcClientDetailsService.class org.springframework.security.oauth2.provider.NoSuchClientException.class org.springframework.security.oauth2.provider.OAuth2Authentication.class org.springframework.security.oauth2.provider.SaltedClientSecret.class org.springframework.security.oauth2.provider.TokenGranter.class org.springframework.security.oauth2.provider.approval.DefaultUserApprovalHandler.class org.springframework.security.oauth2.provider.approval.TokenServicesUserApprovalHandler.class org.springframework.security.oauth2.provider.approval.UserApprovalHandler.class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetails.class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetailsSource.class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationManager.class org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter.class org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter.class org.springframework.security.oauth2.provider.client.ClientCredentialsTokenGranter.class org.springframework.security.oauth2.provider.client.ClientDetailsUserDetailsService.class org.springframework.security.oauth2.provider.code.AuthorizationCodeServices.class org.springframework.security.oauth2.provider.code.AuthorizationCodeTokenGranter.class org.springframework.security.oauth2.provider.code.AuthorizationRequestHolder.class org.springframework.security.oauth2.provider.code.InMemoryAuthorizationCodeServices.class org.springframework.security.oauth2.provider.code.JdbcAuthorizationCodeServices.class org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices.class org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint.class org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.class org.springframework.security.oauth2.provider.endpoint.DefaultRedirectResolver.class org.springframework.security.oauth2.provider.endpoint.ExactMatchRedirectResolver.class org.springframework.security.oauth2.provider.endpoint.FrameworkEndpoint.class org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping.class org.springframework.security.oauth2.provider.endpoint.RedirectResolver.class org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.class org.springframework.security.oauth2.provider.endpoint.TokenEndpointAuthenticationFilter.class org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint.class org.springframework.security.oauth2.provider.error.AbstractOAuth2SecurityExceptionHandler.class org.springframework.security.oauth2.provider.error.DefaultOAuth2ExceptionRenderer.class org.springframework.security.oauth2.provider.error.DefaultWebResponseExceptionTranslator.class org.springframework.security.oauth2.provider.error.OAuth2AccessDeniedHandler.class org.springframework.security.oauth2.provider.error.OAuth2AuthenticationEntryPoint.class org.springframework.security.oauth2.provider.error.OAuth2ExceptionRenderer.class org.springframework.security.oauth2.provider.error.WebResponseExceptionTranslator.class org.springframework.security.oauth2.provider.expression.OAuth2ExpressionUtils.class org.springframework.security.oauth2.provider.expression.OAuth2MethodSecurityExpressionHandler.class org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods.class org.springframework.security.oauth2.provider.expression.OAuth2WebSecurityExpressionHandler.class org.springframework.security.oauth2.provider.implicit.ImplicitTokenGranter.class org.springframework.security.oauth2.provider.password.ResourceOwnerPasswordTokenGranter.class org.springframework.security.oauth2.provider.refresh.RefreshTokenGranter.class org.springframework.security.oauth2.provider.token.AbstractTokenGranter.class org.springframework.security.oauth2.provider.token.AuthenticationKeyGenerator.class org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices.class org.springframework.security.oauth2.provider.token.ConsumerTokenServices.class org.springframework.security.oauth2.provider.token.DefaultAuthenticationKeyGenerator.class org.springframework.security.oauth2.provider.token.DefaultTokenServices.class org.springframework.security.oauth2.provider.token.InMemoryTokenStore.class org.springframework.security.oauth2.provider.token.JdbcTokenStore.class org.springframework.security.oauth2.provider.token.ResourceServerTokenServices.class org.springframework.security.oauth2.provider.token.TokenEnhancer.class org.springframework.security.oauth2.provider.token.TokenEnhancerChain.class org.springframework.security.oauth2.provider.token.TokenStore.class org.springframework.security.oauth2.provider.vote.ScopeVoter.class org/springframework/security/oauth2/spring-security-oauth2-1.0.xsd
spring-security-oauth2-1.0.4.release.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.springframework.security.oauth</groupId> <artifactId>spring-security-oauth-parent</artifactId> <version>1.0.4.RELEASE</version> </parent> <artifactId>spring-security-oauth2</artifactId> <name>OAuth2 for Spring Security</name> <description>Module for providing OAuth2 support to Spring Security</description> <properties> <jackson1.version>1.9.2</jackson1.version> <jackson2.version>2.1.1</jackson2.version> </properties> <build> <plugins> <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <phase>site</phase> <configuration> <tasks> <mkdir dir="${project.reporting.outputDirectory}/schema" /> <copy todir="${project.reporting.outputDirectory}/schema"> <fileset dir="src/main/resources"> <include name="**/*.xsd" /> </fileset> <mapper type="flatten" /> </copy> <copy file="${project.reporting.outputDirectory}/schema/spring-security-oauth2-1.0.xsd" tofile="${project.reporting.outputDirectory}/schema/spring-security-oauth2.xsd" /> <zip destfile="${project.reporting.outputDirectory}/sparklr2.zip"> <zipfileset dir="../samples/oauth2/sparklr" includes="pom.xml src/**" prefix="sparklr" /> </zip> <zip destfile="${project.reporting.outputDirectory}/tonr2.zip"> <zipfileset dir="../samples/oauth2/tonr" includes="pom.xml src/**" prefix="tonr" /> </zip> </tasks> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>com.springsource.bundlor</groupId> <artifactId>com.springsource.bundlor.maven</artifactId> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</version> <scope>provided</scope> </dependency> <dependency> <!--for the annotations. --> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>${spring.version}</version> </dependency> <dependency> <!--for the annotations. --> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>${spring.version}</version> </dependency> <dependency> <!--for the annotations. --> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>${spring.version}</version> </dependency> <dependency> <!--for the annotations. --> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> <version>${spring.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> <version>${spring.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>${spring.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-core</artifactId> <version>${spring.security.version}</version> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-config</artifactId> <version>${spring.security.version}</version> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> <version>${spring.security.version}</version> <exclusions> <exclusion> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.3</version> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</artifactId> <version>${jackson1.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>${jackson2.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>${jackson2.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.2</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> <version>1.4.10</version> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito</artifactId> <version>1.4.10</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>1.9.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.5.8</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb-j5</artifactId> <version>2.0.0</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.springframework.security.oauth</groupId> <artifactId>spring-security-oauth2</artifactId> <version>1.0.4.release</version> </dependency>
If you think the following spring-security-oauth2-1.0.4.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download spring-security-oauth2-1.0.4.release.jar file