组织ID: |
org.springframework.security |
项目ID: |
spring-security-oauth2-resource-server |
版本: |
5.3.1.RELEASE |
最后修改时间: |
2020-04-01 22:38:55 |
包类型: |
jar |
标题: |
spring-security-oauth2-resource-server |
描述: |
spring-security-oauth2-resource-server |
相关URL: |
https://spring.io/spring-security |
大小: |
72.30KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-resource-server</artifactId>
<version>5.3.1.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.security:spring-security-oauth2-resource-server:5.3.1.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-resource-server</artifactId>
<version>5.3.1.RELEASE</version>
<name>spring-security-oauth2-resource-server</name>
<description>spring-security-oauth2-resource-server</description>
<url>https://spring.io/spring-security</url>
<organization>
<name>spring.io</name>
<url>https://spring.io/</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>rwinch</id>
<name>Rob Winch</name>
<email>rwinch@pivotal.io</email>
</developer>
<developer>
<id>jgrandja</id>
<name>Joe Grandja</name>
<email>jgrandja@pivotal.io</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-security</connection>
<developerConnection>scm:git:git://github.com/spring-projects/spring-security</developerConnection>
<url>https://github.com/spring-projects/spring-security</url>
</scm>
<dependencies>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.3.1.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-core</artifactId>
<version>5.3.1.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>5.3.1.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
<version>5.2.5.RELEASE</version>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
<scope>compile</scope>
<optional>true</optional>
<version>7.1.1</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<scope>compile</scope>
<optional>true</optional>
<version>3.3.4.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-jose</artifactId>
<version>5.3.1.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<scope>compile</scope>
<optional>true</optional>
<version>5.2.5.RELEASE</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<scope>test</scope>
<version>2.10.3</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<scope>test</scope>
<version>3.14.7</version>
</dependency>
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty</artifactId>
<scope>test</scope>
<version>0.9.6.RELEASE</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<scope>test</scope>
<version>3.3.4.RELEASE</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
<version>4.12</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
<version>3.15.0</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-jose</artifactId>
<version>5.3.1.RELEASE</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
<version>5.2.5.RELEASE</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.security.oauth2.server.resource.BearerTokenErrorCodes.class
org.springframework.security.oauth2.server.resource.BearerTokenErrors.class
org.springframework.security.oauth2.server.resource.authentication.JwtIssuerAuthenticationManagerResolver.class
org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter.class
org.springframework.security.oauth2.server.resource.authentication.JwtGrantedAuthoritiesConverter.class
org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthentication.class
org.springframework.security.oauth2.server.resource.authentication.JwtIssuerReactiveAuthenticationManagerResolver$1.class
org.springframework.security.oauth2.server.resource.authentication.OpaqueTokenAuthenticationProvider.class
org.springframework.security.oauth2.server.resource.authentication.JwtReactiveAuthenticationManager.class
org.springframework.security.oauth2.server.resource.authentication.AbstractOAuth2TokenAuthenticationToken.class
org.springframework.security.oauth2.server.resource.authentication.JwtIssuerReactiveAuthenticationManagerResolver$TrustedIssuerJwtAuthenticationManagerResolver.class
org.springframework.security.oauth2.server.resource.authentication.ReactiveJwtAuthenticationConverter.class
org.springframework.security.oauth2.server.resource.authentication.JwtIssuerAuthenticationManagerResolver$1.class
org.springframework.security.oauth2.server.resource.authentication.ReactiveJwtGrantedAuthoritiesConverterAdapter.class
org.springframework.security.oauth2.server.resource.authentication.OpaqueTokenReactiveAuthenticationManager.class
org.springframework.security.oauth2.server.resource.authentication.JwtIssuerAuthenticationManagerResolver$TrustedIssuerJwtAuthenticationManagerResolver.class
org.springframework.security.oauth2.server.resource.authentication.JwtBearerTokenAuthenticationConverter.class
org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationProvider.class
org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken.class
org.springframework.security.oauth2.server.resource.authentication.ReactiveJwtAuthenticationConverterAdapter.class
org.springframework.security.oauth2.server.resource.authentication.JwtIssuerReactiveAuthenticationManagerResolver$JwtClaimIssuerConverter.class
org.springframework.security.oauth2.server.resource.authentication.JwtIssuerReactiveAuthenticationManagerResolver.class
org.springframework.security.oauth2.server.resource.authentication.JwtIssuerAuthenticationManagerResolver$JwtClaimIssuerConverter.class
org.springframework.security.oauth2.server.resource.introspection.ReactiveOpaqueTokenIntrospector.class
org.springframework.security.oauth2.server.resource.introspection.NimbusOpaqueTokenIntrospector.class
org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionClaimNames.class
org.springframework.security.oauth2.server.resource.introspection.BadOpaqueTokenException.class
org.springframework.security.oauth2.server.resource.introspection.NimbusReactiveOpaqueTokenIntrospector.class
org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector.class
org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionException.class
org.springframework.security.oauth2.server.resource.web.DefaultBearerTokenResolver.class
org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationFilter.class
org.springframework.security.oauth2.server.resource.web.access.BearerTokenAccessDeniedHandler.class
org.springframework.security.oauth2.server.resource.web.access.server.BearerTokenServerAccessDeniedHandler.class
org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationEntryPoint.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
spring-security-core-5.3.1.RELEASE.jar
/org.springframework.security/spring-security-core/5.3.1.RELEASE
查看spring-security-core所有版本文件
spring-security-oauth2-core-5.3.1.RELEASE.jar
/org.springframework.security/spring-security-oauth2-core/5.3.1.RELEASE
查看spring-security-oauth2-core所有版本文件
spring-security-web-5.3.1.RELEASE.jar
/org.springframework.security/spring-security-web/5.3.1.RELEASE
查看spring-security-web所有版本文件
spring-core-5.2.5.RELEASE.jar
/org.springframework/spring-core/5.2.5.RELEASE
查看spring-core所有版本文件
oauth2-oidc-sdk-7.1.1.jar
/com.nimbusds/oauth2-oidc-sdk/7.1.1
查看oauth2-oidc-sdk所有版本文件
reactor-core-3.3.4.RELEASE.jar
/io.projectreactor/reactor-core/3.3.4.RELEASE
查看reactor-core所有版本文件
spring-security-oauth2-jose-5.3.1.RELEASE.jar
/org.springframework.security/spring-security-oauth2-jose/5.3.1.RELEASE
查看spring-security-oauth2-jose所有版本文件
spring-webflux-5.2.5.RELEASE.jar
/org.springframework/spring-webflux/5.2.5.RELEASE
查看spring-webflux所有版本文件
javax.servlet-api-4.0.1.jar
/javax.servlet/javax.servlet-api/4.0.1
查看javax.servlet-api所有版本文件
jackson-databind-2.10.3.jar
/com.fasterxml.jackson.core/jackson-databind/2.10.3
查看jackson-databind所有版本文件
mockwebserver-3.14.7.jar
/com.squareup.okhttp3/mockwebserver/3.14.7
查看mockwebserver所有版本文件
reactor-netty-0.9.6.RELEASE.jar
/io.projectreactor.netty/reactor-netty/0.9.6.RELEASE
查看reactor-netty所有版本文件
reactor-test-3.3.4.RELEASE.jar
/io.projectreactor/reactor-test/3.3.4.RELEASE
查看reactor-test所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
assertj-core-3.15.0.jar
/org.assertj/assertj-core/3.15.0
查看assertj-core所有版本文件
mockito-core-3.3.3.jar
/org.mockito/mockito-core/3.3.3
查看mockito-core所有版本文件
spring-security-oauth2-jose-5.3.1.RELEASE.jar
/org.springframework.security/spring-security-oauth2-jose/5.3.1.RELEASE
查看spring-security-oauth2-jose所有版本文件
spring-test-5.2.5.RELEASE.jar
/org.springframework/spring-test/5.2.5.RELEASE
查看spring-test所有版本文件
|