updated references to Yale CAS to JA-SIG CAS
This commit is contained in:
Scott Battaglia 2006-03-28 15:41:20 +00:00
parent b0d4cbceac
commit 9a8fdcd269
7 changed files with 9 additions and 9 deletions

View File

@ -33,7 +33,7 @@ import org.springframework.util.Assert;
/** /**
* An {@link AuthenticationProvider} implementation that integrates with Yale * An {@link AuthenticationProvider} implementation that integrates with JA-SIG
* Central Authentication Service (CAS). * Central Authentication Service (CAS).
* *
* <p> * <p>

View File

@ -1,6 +1,6 @@
<html> <html>
<body> <body>
An authentication provider that can process Yale Central Authentication Service (CAS) An authentication provider that can process JA-SIG Central Authentication Service (CAS)
service tickets and proxy tickets. service tickets and proxy tickets.
</body> </body>
</html> </html>

View File

@ -33,7 +33,7 @@ import javax.servlet.http.HttpServletResponse;
/** /**
* Used by the <code>SecurityEnforcementFilter</code> to commence * Used by the <code>SecurityEnforcementFilter</code> to commence
* authentication via the Yale Central Authentication Service (CAS). * authentication via the JA-SIG Central Authentication Service (CAS).
* *
* <P> * <P>
* The user's browser will be redirected to the JA-SIG CAS enterprise-wide login * The user's browser will be redirected to the JA-SIG CAS enterprise-wide login

View File

@ -1,6 +1,6 @@
<html> <html>
<body> <body>
Authenticates standard web browser users via Authenticates standard web browser users via
Yale Central Authentication Service (CAS). JA-SIG Central Authentication Service (CAS).
</body> </body>
</html> </html>

View File

@ -117,8 +117,8 @@
<li><b><a href="http://www.manning.com/walls2">Spring In Action</a></b>: <li><b><a href="http://www.manning.com/walls2">Spring In Action</a></b>:
Craig Walls has also written another popular Spring book, which includes Acegi Security in Chapter 11.<br><br> Craig Walls has also written another popular Spring book, which includes Acegi Security in Chapter 11.<br><br>
</li> </li>
<li><b><a href="http://tp.its.yale.edu/tiki/tiki-view_faq.php?faqId=2#q16">Central Authentication Service FAQ</a></b>: <li><b><a href="http://www.ja-sig.org/products/cas/client/faq.html#8">Central Authentication Service FAQ</a></b>:
A general overview of how Acegi Security is used with Yale's CAS.<br><br> A general overview of how Acegi Security is used with JA-SIG's CAS.<br><br>
</li> </li>
<li><b><a href="http://oness.sourceforge.net/JavaHispano%20Acegi%20presentacion.pdf">JavaHispano 2004 Acegi Security Presentation</a></b>: <li><b><a href="http://oness.sourceforge.net/JavaHispano%20Acegi%20presentacion.pdf">JavaHispano 2004 Acegi Security Presentation</a></b>:
Carlos Sanchez's presentation (in Spanish), delivered 17 December 2004. An Carlos Sanchez's presentation (in Spanish), delivered 17 December 2004. An

View File

@ -27,8 +27,8 @@
compatibility.<BR><BR> compatibility.<BR><BR>
<LI><B>Fast results:</B> View our <a href="suggested.html">suggested steps</a> <LI><B>Fast results:</B> View our <a href="suggested.html">suggested steps</a>
for the fastest way to develop complex, security-compliant applications.<BR><BR> for the fastest way to develop complex, security-compliant applications.<BR><BR>
<LI><B>Enterprise-wide single sign on:</B> Using Yale University's open <LI><B>Enterprise-wide single sign on:</B> Using JA-SIG's University's open
source <A href="http://www.yale.edu/tp/auth/">Central Authentication source <A href="http://www.ja-sig.org/products/cas/">Central Authentication
Service</A> (CAS), the Acegi Security System for Spring can participate Service</A> (CAS), the Acegi Security System for Spring can participate
in an enterprise-wide single sign on environment. You no longer need in an enterprise-wide single sign on environment. You no longer need
every web application to have its own authentication database. Nor are every web application to have its own authentication database. Nor are

View File

@ -38,7 +38,7 @@
<li><b><a href="http://springframework.org/">Spring Framework</a></b>: J2EE abstraction framework.<br><br></li> <li><b><a href="http://springframework.org/">Spring Framework</a></b>: J2EE abstraction framework.<br><br></li>
<li><b><a href="http://eclipse.org/aspectj/">AspectJ</a></b>: AOP framework.<br><br></li> <li><b><a href="http://eclipse.org/aspectj/">AspectJ</a></b>: AOP framework.<br><br></li>
<li><b><a href="http://jcaptcha.sourceforge.net/">JCaptcha</a></b>: Detects human users.<br><br></li> <li><b><a href="http://jcaptcha.sourceforge.net/">JCaptcha</a></b>: Detects human users.<br><br></li>
<li><b><a href="http://www.yale.edu/tp/">Yale CAS</a></b>: Single Sign On system.<br><br></li> <li><b><a href="http://www.ja-sig.org/products/cas/">JA-SIG CAS</a></b>: Single Sign On system.<br><br></li>
<li><b><a href="http://www3.ca.com/Solutions/Product.asp?ID=5262">SiteMinder</a></b>: Single Sign On system.<br><br></li> <li><b><a href="http://www3.ca.com/Solutions/Product.asp?ID=5262">SiteMinder</a></b>: Single Sign On system.<br><br></li>
</ul> </ul>