Jasig Central Authentication Service Java-based clients add-ons

A collection of useful extensions to Java-based client libraries for JA-SIG CAS.

License

License

Categories

Categories

Java Languages Net CLI User Interface
GroupId

GroupId

net.unicon.cas
ArtifactId

ArtifactId

cas-java-clients-addons
Last Version

Last Version

0.5
Release Date

Release Date

Type

Type

jar
Description

Description

Jasig Central Authentication Service Java-based clients add-ons
A collection of useful extensions to Java-based client libraries for JA-SIG CAS.
Project Organization

Project Organization

Unicon Inc.
Source Code Management

Source Code Management

https://github.com/Unicon/cas-java-clients-addons

Download cas-java-clients-addons

How to add to project

<!-- https://jarcasting.com/artifacts/net.unicon.cas/cas-java-clients-addons/ -->
<dependency>
    <groupId>net.unicon.cas</groupId>
    <artifactId>cas-java-clients-addons</artifactId>
    <version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.unicon.cas/cas-java-clients-addons/
implementation 'net.unicon.cas:cas-java-clients-addons:0.5'
// https://jarcasting.com/artifacts/net.unicon.cas/cas-java-clients-addons/
implementation ("net.unicon.cas:cas-java-clients-addons:0.5")
'net.unicon.cas:cas-java-clients-addons:jar:0.5'
<dependency org="net.unicon.cas" name="cas-java-clients-addons" rev="0.5">
  <artifact name="cas-java-clients-addons" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.unicon.cas', module='cas-java-clients-addons', version='0.5')
)
libraryDependencies += "net.unicon.cas" % "cas-java-clients-addons" % "0.5"
[net.unicon.cas/cas-java-clients-addons "0.5"]

Dependencies

compile (5)

Group / Artifact Type Version
net.unicon.cas : cas-addons jar 1.1-RC1
org.jasig.cas.client : cas-client-core jar 3.2.1
org.springframework.security : spring-security-cas jar 3.1.3.RELEASE
com.fasterxml.jackson.core : jackson-databind jar 2.1.0
org.slf4j : slf4j-api jar 1.7.2

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

runtime (1)

Group / Artifact Type Version
org.slf4j : jcl-over-slf4j jar 1.7.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.spockframework : spock-core jar 0.7-groovy-2.0

Project Modules

There are no modules declared in this project.

CAS Java Clients Addons

CAS Java Clients Addons is an open source collection of useful extensions to Java-based client libraries for JA-SIG CAS

==========================================================================

Project Information

Current version

0.5

Build

You can build the project from source using the following Maven command:

$ mvn clean package

Usage

Declare the project dependency in your local CAS client application's pom.xml file as:

<dependency>
    <groupId>net.unicon.cas</groupId>
    <artifactId>cas-java-clients-addons</artifactId>
    <version>0.5</version>
</dependency>

Some classes in this library like Cas20ServiceTicketJsonValidator depend on cas-addons. If there is no need to use features that require cas-addons dependency, one may exclude it so no unnecessary transitive dependecies of it are pulled in:

<dependency>
    <groupId>net.unicon.cas</groupId>
    <artifactId>cas-java-clients-addons</artifactId>
    <version>0.5</version>
    <exclusions>
        <exclusion>
          <groupId>net.unicon.cas</groupId>
          <artifactId>cas-addons</artifactId>
        </exclusion>
      </exclusions>
</dependency>
net.unicon.cas

Unicon, Inc.

Versions

Version
0.5