Download cas-client-support-saml-3.4.1.jar file

Introduction

You can download cas-client-support-saml-3.4.1.jar in this page.

License

Open Source

Type List

cas-client-support-saml-3.4.1.jar file has the following types.

META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.jasig.cas.client/cas-client-support-saml/pom.properties
META-INF/maven/org.jasig.cas.client/cas-client-support-saml/pom.xml
org.jasig.cas.client.authentication.Saml11AuthenticationFilter.class
org.jasig.cas.client.util.SamlUtils.class
org.jasig.cas.client.validation.Saml11TicketValidationFilter.class
org.jasig.cas.client.validation.Saml11TicketValidator.class

Pom

cas-client-support-saml-3.4.1.pom file content.

<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">
    <parent>
        <groupId>org.jasig.cas.client</groupId>
        <version>3.4.1</version>
        <artifactId>cas-client</artifactId>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jasig.cas.client</groupId>
    <artifactId>cas-client-support-saml</artifactId>
    <packaging>jar</packaging>
    <name>Jasig CAS Client for Java - SAML Protocol Support</name>

    <dependencies>
        <dependency>
            <groupId>org.jasig.cas.client</groupId>
            <artifactId>cas-client-core</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>joda-time</groupId>
            <artifactId>joda-time</artifactId>
            <version>2.7</version>
        </dependency>

        <!-- Test dependencies -->
        <dependency>
            <groupId>org.jasig.cas.client</groupId>
            <artifactId>cas-client-core</artifactId>
            <version>${project.version}</version>
            <type>test-jar</type>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-test</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-core</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.jasig.cas.client</groupId>
   <artifactId>cas-client-support-saml</artifactId>
   <version>3.4.1</version>
</dependency>

Download

If you think the following cas-client-support-saml-3.4.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download cas-client-support-saml-3.4.1.jar file




PreviousNext

Related