java-cas-client/cas-client-core
Scott Battaglia 7268afa0f4 no message 2006-08-09 19:17:44 +00:00
..
.settings initial commit 2006-08-07 18:07:18 +00:00
src no message 2006-08-09 19:17:44 +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 no message 2006-08-09 19:17:44 +00:00
pom.xml updated pom and IDEA files 2006-08-07 19:02:09 +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