java-cas-client/cas-client-core
Scott Battaglia fc7633ab02 updated constructors and setter properties 2007-01-03 18:37:26 +00:00
..
.settings initial commit 2006-08-07 18:07:18 +00:00
src updated constructors and setter properties 2007-01-03 18:37:26 +00:00
.classpath initial commit 2006-08-07 18:07:18 +00:00
.cvsignore initial commit 2006-08-07 18:07:18 +00:00
.project initial commit 2006-08-07 18:07:18 +00:00
LICENSE.txt initial commit 2006-08-07 18:07:18 +00:00
README.txt initial commit 2006-08-07 18:07:18 +00:00
cas-client-core.iml updated configuration files 2006-10-05 18:50:26 +00:00
pom.xml CASC-22 2007-01-02 20:54:15 +00:00
settings.xml no message 2006-08-09 19:17:44 +00:00

README.txt

CENTRAL AUTHENTICATION SERVICE (CAS)
--------------------------------------------------------------------
http://www.ja-sig.org/products/cas/

1.  INTRODUCTION

The Central Authentication Service (CAS) is the standard mechanism by which web
applications should authenticate users. Any custom applications written benefit
from using CAS.

Note that CAS provides authentication; that is, it determines that your users
are who they say they are. CAS should not be viewed as an access-control system;
in particular, providers of applications that grant access to anyone who
possesses a NetID should understand that loose affiliates of an organization may
be granted NetIDs.

The JA-SIG CAS Client for Java is a support library for Java applications to communicate
with the CAS server.

2.  RELEASE INFO

CAS requires J2SE 1.4 and J2EE1.3.

Release conents:
* "src/main/java" contains the Java source files for the framework
* "src/test/java" contains the Java source files for CAS's test suite