组织ID: |
org.springframework.security |
项目ID: |
spring-security-cas |
版本: |
5.1.3.RELEASE |
最后修改时间: |
2019-01-13 11:01:16 |
包类型: |
jar |
标题: |
spring-security-cas |
描述: |
spring-security-cas |
相关URL: |
http://spring.io/spring-security |
大小: |
30.20KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-cas</artifactId>
<version>5.1.3.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.security:spring-security-cas:5.1.3.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-cas</artifactId>
<version>5.1.3.RELEASE</version>
<name>spring-security-cas</name>
<description>spring-security-cas</description>
<url>http://spring.io/spring-security</url>
<organization>
<name>spring.io</name>
<url>http://spring.io/</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://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.jasig.cas.client</groupId>
<artifactId>cas-client-core</artifactId>
<scope>compile</scope>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.1.3.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>5.1.3.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<scope>compile</scope>
<version>5.1.4.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<scope>compile</scope>
<version>5.1.4.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<scope>compile</scope>
<version>5.1.4.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<scope>compile</scope>
<version>5.1.4.RELEASE</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<scope>compile</scope>
<optional>true</optional>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<scope>compile</scope>
<optional>true</optional>
<version>2.10.6</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
<version>4.0.1</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.11.1</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
<version>2.23.4</version>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<scope>test</scope>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
<version>5.1.4.RELEASE</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.security.cas.authentication.NullStatelessTicketCache.class
org.springframework.security.cas.authentication.CasAuthenticationToken.class
org.springframework.security.cas.authentication.EhCacheBasedTicketCache.class
org.springframework.security.cas.authentication.CasAssertionAuthenticationToken.class
org.springframework.security.cas.authentication.StatelessTicketCache.class
org.springframework.security.cas.authentication.SpringCacheBasedTicketCache.class
org.springframework.security.cas.authentication.CasAuthenticationProvider.class
org.springframework.security.cas.ServiceProperties.class
org.springframework.security.cas.jackson2.AttributePrincipalImplMixin.class
org.springframework.security.cas.jackson2.AssertionImplMixin.class
org.springframework.security.cas.jackson2.CasJackson2Module.class
org.springframework.security.cas.jackson2.CasAuthenticationTokenMixin.class
org.springframework.security.cas.web.authentication.DefaultServiceAuthenticationDetails.class
org.springframework.security.cas.web.authentication.ServiceAuthenticationDetails.class
org.springframework.security.cas.web.authentication.ServiceAuthenticationDetailsSource.class
org.springframework.security.cas.web.CasAuthenticationFilter$CasAuthenticationFailureHandler.class
org.springframework.security.cas.web.CasAuthenticationFilter.class
org.springframework.security.cas.web.CasAuthenticationEntryPoint.class
org.springframework.security.cas.SamlServiceProperties.class
org.springframework.security.cas.userdetails.GrantedAuthorityFromAssertionAttributesUserDetailsService.class
org.springframework.security.cas.userdetails.AbstractCasAssertionUserDetailsService.class
|
依赖Jar: |
cas-client-core-3.5.0.jar
/org.jasig.cas.client/cas-client-core/3.5.0
查看cas-client-core所有版本文件
spring-security-core-5.1.3.RELEASE.jar
/org.springframework.security/spring-security-core/5.1.3.RELEASE
查看spring-security-core所有版本文件
spring-security-web-5.1.3.RELEASE.jar
/org.springframework.security/spring-security-web/5.1.3.RELEASE
查看spring-security-web所有版本文件
spring-beans-5.1.4.RELEASE.jar
/org.springframework/spring-beans/5.1.4.RELEASE
查看spring-beans所有版本文件
spring-context-5.1.4.RELEASE.jar
/org.springframework/spring-context/5.1.4.RELEASE
查看spring-context所有版本文件
spring-core-5.1.4.RELEASE.jar
/org.springframework/spring-core/5.1.4.RELEASE
查看spring-core所有版本文件
spring-web-5.1.4.RELEASE.jar
/org.springframework/spring-web/5.1.4.RELEASE
查看spring-web所有版本文件
jackson-databind-2.9.8.jar
/com.fasterxml.jackson.core/jackson-databind/2.9.8
查看jackson-databind所有版本文件
ehcache-2.10.6.jar
/net.sf.ehcache/ehcache/2.10.6
查看ehcache所有版本文件
javax.servlet-api-4.0.1.jar
/javax.servlet/javax.servlet-api/4.0.1
查看javax.servlet-api所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
assertj-core-3.11.1.jar
/org.assertj/assertj-core/3.11.1
查看assertj-core所有版本文件
mockito-core-2.23.4.jar
/org.mockito/mockito-core/2.23.4
查看mockito-core所有版本文件
jsonassert-1.5.0.jar
/org.skyscreamer/jsonassert/1.5.0
查看jsonassert所有版本文件
spring-test-5.1.4.RELEASE.jar
/org.springframework/spring-test/5.1.4.RELEASE
查看spring-test所有版本文件
|