组织ID: |
org.springframework.security |
项目ID: |
spring-security-cas |
版本: |
3.1.7.RELEASE |
最后修改时间: |
2018-09-28 15:44:33 |
包类型: |
jar |
标题: |
spring-security-cas |
描述: |
spring-security-cas |
相关URL: |
http://springsource.org/spring-security |
大小: |
24.32KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-cas</artifactId>
<version>3.1.7.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.security:spring-security-cas:3.1.7.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
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>3.1.7.RELEASE</version>
<name>spring-security-cas</name>
<description>spring-security-cas</description>
<url>http://springsource.org/spring-security</url>
<organization>
<name>SpringSource</name>
<url>http://springsource.org/</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@vmware.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/SpringSource/spring-security</connection>
<developerConnection>scm:git:git://github.com/SpringSource/spring-security</developerConnection>
<url>https://github.com/SpringSource/spring-security</url>
</scm>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>3.1.7.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.0.7.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.0.7.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>3.0.7.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>1.6.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>3.0.7.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>3.1.7.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jasig.cas.client</groupId>
<artifactId>cas-client-core</artifactId>
<version>3.3.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.security.cas.ServiceProperties.class
org.springframework.security.cas.SamlServiceProperties.class
org.springframework.security.cas.web.CasAuthenticationFilter.class
org.springframework.security.cas.web.CasAuthenticationFilter$CasAuthenticationFailureHandler.class
org.springframework.security.cas.web.CasAuthenticationEntryPoint.class
org.springframework.security.cas.web.authentication.ServiceAuthenticationDetails.class
org.springframework.security.cas.web.authentication.DefaultServiceAuthenticationDetails.class
org.springframework.security.cas.web.authentication.ServiceAuthenticationDetailsSource.class
org.springframework.security.cas.authentication.CasAssertionAuthenticationToken.class
org.springframework.security.cas.authentication.NullStatelessTicketCache.class
org.springframework.security.cas.authentication.StatelessTicketCache.class
org.springframework.security.cas.authentication.CasAuthenticationProvider.class
org.springframework.security.cas.authentication.CasAuthenticationToken.class
org.springframework.security.cas.authentication.EhCacheBasedTicketCache.class
org.springframework.security.cas.userdetails.AbstractCasAssertionUserDetailsService.class
org.springframework.security.cas.userdetails.GrantedAuthorityFromAssertionAttributesUserDetailsService.class
|
依赖Jar: |
commons-logging-1.1.1.jar
/commons-logging/commons-logging/1.1.1
查看commons-logging所有版本文件
spring-security-web-3.1.7.RELEASE.jar
/org.springframework.security/spring-security-web/3.1.7.RELEASE
查看spring-security-web所有版本文件
spring-context-3.0.7.RELEASE.jar
/org.springframework/spring-context/3.0.7.RELEASE
查看spring-context所有版本文件
spring-core-3.0.7.RELEASE.jar
/org.springframework/spring-core/3.0.7.RELEASE
查看spring-core所有版本文件
spring-beans-3.0.7.RELEASE.jar
/org.springframework/spring-beans/3.0.7.RELEASE
查看spring-beans所有版本文件
ehcache-1.6.2.jar
/net.sf.ehcache/ehcache/1.6.2
查看ehcache所有版本文件
servlet-api-2.5.jar
/javax.servlet/servlet-api/2.5
查看servlet-api所有版本文件
spring-web-3.0.7.RELEASE.jar
/org.springframework/spring-web/3.0.7.RELEASE
查看spring-web所有版本文件
spring-security-core-3.1.7.RELEASE.jar
/org.springframework.security/spring-security-core/3.1.7.RELEASE
查看spring-security-core所有版本文件
cas-client-core-3.3.3.jar
/org.jasig.cas.client/cas-client-core/3.3.3
查看cas-client-core所有版本文件
|