Download spring-security-cas-client-3.0.8.release.jar file

Introduction

You can download spring-security-cas-client-3.0.8.release.jar in this page.

License

Apache Open Source

Type List

spring-security-cas-client-3.0.8.release.jar file has the following types.

META-INF/MANIFEST.MF
org.springframework.security.cas.SamlServiceProperties.class
org.springframework.security.cas.ServiceProperties.class
org.springframework.security.cas.authentication.CasAssertionAuthenticationToken.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.authentication.NullStatelessTicketCache.class
org.springframework.security.cas.authentication.StatelessTicketCache.class
org.springframework.security.cas.userdetails.AbstractCasAssertionUserDetailsService.class
org.springframework.security.cas.userdetails.GrantedAuthorityFromAssertionAttributesUserDetailsService.class
org.springframework.security.cas.web.CasAuthenticationEntryPoint.class
org.springframework.security.cas.web.CasAuthenticationFilter.class

Pom

spring-security-cas-client-3.0.8.release.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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</groupId>
        <artifactId>spring-security-parent</artifactId>
        <version>3.0.8.RELEASE</version>
    </parent>
    <artifactId>spring-security-cas-client</artifactId>
    <name>Spring Security - CAS support</name>
    <packaging>jar</packaging>

    <dependencies>
        <dependency>
            <groupId>org.springframework.security</groupId>
            <artifactId>spring-security-core</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework.security</groupId>
            <artifactId>spring-security-web</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-tx</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-test</artifactId>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>org.jasig.cas</groupId>
            <artifactId>cas-client-core</artifactId>
            <version>3.1.10</version>
        </dependency>
        <dependency>
            <groupId>net.sf.ehcache</groupId>
            <artifactId>ehcache</artifactId>
            <optional>true</optional>
        </dependency>
    </dependencies>
    <build>
        <plugins>
            <plugin>
                <groupId>com.springsource.bundlor</groupId>
                <artifactId>com.springsource.bundlor.maven</artifactId>
            </plugin>
        </plugins>
    </build>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.security</groupId>
   <artifactId>spring-security-cas-client</artifactId>
   <version>3.0.8.release</version>
</dependency>

Download

If you think the following spring-security-cas-client-3.0.8.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-cas-client-3.0.8.release.jar file




PreviousNext

Related