组织ID: |
org.springframework.security |
项目ID: |
spring-security-rsocket |
版本: |
5.3.0.RELEASE |
最后修改时间: |
2020-03-08 20:53:55 |
包类型: |
jar |
标题: |
spring-security-rsocket |
描述: |
spring-security-rsocket |
相关URL: |
https://spring.io/spring-security |
大小: |
48.10KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-rsocket</artifactId>
<version>5.3.0.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.security:spring-security-rsocket:5.3.0.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-rsocket</artifactId>
<version>5.3.0.RELEASE</version>
<name>spring-security-rsocket</name>
<description>spring-security-rsocket</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>io.rsocket</groupId>
<artifactId>rsocket-core</artifactId>
<scope>compile</scope>
<version>1.0.0-RC6</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.3.0.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-resource-server</artifactId>
<version>5.3.0.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
<scope>compile</scope>
<optional>true</optional>
<version>5.2.4.RELEASE</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<scope>test</scope>
<version>3.3.3.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.1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
<version>5.2.4.RELEASE</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.security.rsocket.metadata.SimpleAuthenticationEncoder.class
org.springframework.security.rsocket.metadata.BasicAuthenticationEncoder.class
org.springframework.security.rsocket.metadata.UsernamePasswordMetadata.class
org.springframework.security.rsocket.metadata.BearerTokenMetadata.class
org.springframework.security.rsocket.metadata.BearerTokenAuthenticationEncoder.class
org.springframework.security.rsocket.metadata.BasicAuthenticationDecoder.class
org.springframework.security.rsocket.core.ContextPayloadInterceptorChain.class
org.springframework.security.rsocket.core.PayloadInterceptorRSocket.class
org.springframework.security.rsocket.core.PayloadSocketAcceptorInterceptor.class
org.springframework.security.rsocket.core.SecuritySocketAcceptorInterceptor.class
org.springframework.security.rsocket.core.DefaultPayloadExchange.class
org.springframework.security.rsocket.core.PayloadSocketAcceptor.class
org.springframework.security.rsocket.api.PayloadExchange.class
org.springframework.security.rsocket.api.PayloadInterceptorChain.class
org.springframework.security.rsocket.api.PayloadInterceptor.class
org.springframework.security.rsocket.api.PayloadExchangeType.class
org.springframework.security.rsocket.authentication.AnonymousPayloadInterceptor.class
org.springframework.security.rsocket.authentication.AuthenticationPayloadInterceptor.class
org.springframework.security.rsocket.authentication.AuthenticationPayloadExchangeConverter.class
org.springframework.security.rsocket.authentication.PayloadExchangeAuthenticationConverter.class
org.springframework.security.rsocket.authentication.BearerPayloadExchangeConverter.class
org.springframework.security.rsocket.authentication.BasicAuthenticationPayloadExchangeConverter.class
org.springframework.security.rsocket.util.matcher.RoutePayloadExchangeMatcher.class
org.springframework.security.rsocket.util.matcher.PayloadExchangeMatchers$1.class
org.springframework.security.rsocket.util.matcher.PayloadExchangeMatcher.class
org.springframework.security.rsocket.util.matcher.PayloadExchangeMatchers.class
org.springframework.security.rsocket.util.matcher.PayloadExchangeMatchers$3.class
org.springframework.security.rsocket.util.matcher.PayloadExchangeMatcherEntry.class
org.springframework.security.rsocket.util.matcher.PayloadExchangeAuthorizationContext.class
org.springframework.security.rsocket.util.matcher.PayloadExchangeMatchers$2.class
org.springframework.security.rsocket.util.matcher.PayloadExchangeMatcher$MatchResult.class
org.springframework.security.rsocket.authorization.PayloadExchangeMatcherReactiveAuthorizationManager$Builder.class
org.springframework.security.rsocket.authorization.PayloadExchangeMatcherReactiveAuthorizationManager.class
org.springframework.security.rsocket.authorization.AuthorizationPayloadInterceptor.class
org.springframework.security.rsocket.authorization.PayloadExchangeMatcherReactiveAuthorizationManager$1.class
|
依赖Jar: |
rsocket-core-1.0.0-RC6.jar
/io.rsocket/rsocket-core/1.0.0-RC6
查看rsocket-core所有版本文件
spring-security-core-5.3.0.RELEASE.jar
/org.springframework.security/spring-security-core/5.3.0.RELEASE
查看spring-security-core所有版本文件
spring-security-oauth2-resource-server-5.3.0.RELEASE.jar
/org.springframework.security/spring-security-oauth2-resource-server/5.3.0.RELEASE
查看spring-security-oauth2-resource-server所有版本文件
spring-messaging-5.2.4.RELEASE.jar
/org.springframework/spring-messaging/5.2.4.RELEASE
查看spring-messaging所有版本文件
reactor-test-3.3.3.RELEASE.jar
/io.projectreactor/reactor-test/3.3.3.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.1.jar
/org.mockito/mockito-core/3.3.1
查看mockito-core所有版本文件
spring-test-5.2.4.RELEASE.jar
/org.springframework/spring-test/5.2.4.RELEASE
查看spring-test所有版本文件
|