浏览代码

SEC-196

updated references to Yale CAS to JA-SIG CAS
Scott Battaglia 19 年之前
父节点
当前提交
9a8fdcd269

+ 1 - 1
core/src/main/java/org/acegisecurity/providers/cas/CasAuthenticationProvider.java

@@ -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).
  * 
  * <p>

+ 1 - 1
core/src/main/java/org/acegisecurity/providers/cas/package.html

@@ -1,6 +1,6 @@
 <html>
 <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.
 </body>
 </html>

+ 1 - 1
core/src/main/java/org/acegisecurity/ui/cas/CasProcessingFilterEntryPoint.java

@@ -33,7 +33,7 @@ import javax.servlet.http.HttpServletResponse;
 
 /**
  * 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>
  * The user's browser will be redirected to the JA-SIG CAS enterprise-wide login

+ 1 - 1
core/src/main/java/org/acegisecurity/ui/cas/package.html

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

+ 2 - 2
doc/xdocs/articles.html

@@ -117,8 +117,8 @@
     <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>
 	</li>
-    <li><b><a href="http://tp.its.yale.edu/tiki/tiki-view_faq.php?faqId=2#q16">Central Authentication Service FAQ</a></b>:
-		A general overview of how Acegi Security is used with Yale's CAS.<br><br>
+    <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 JA-SIG's CAS.<br><br>
 	</li>
     <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

+ 2 - 2
doc/xdocs/index.html

@@ -27,8 +27,8 @@
         compatibility.<BR><BR>
         <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>
-        <LI><B>Enterprise-wide single sign on:</B> Using Yale University's open 
-        source <A href="http://www.yale.edu/tp/auth/">Central Authentication 
+        <LI><B>Enterprise-wide single sign on:</B> Using JA-SIG's University's open 
+        source <A href="http://www.ja-sig.org/products/cas/">Central Authentication 
         Service</A> (CAS), the Acegi Security System for Spring can participate 
         in an enterprise-wide single sign on environment. You no longer need 
         every web application to have its own authentication database. Nor are 

+ 1 - 1
doc/xdocs/powering.html

@@ -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://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://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>
   </ul>