1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Replace package.html with package-info.java files, creating new ones where missing and updating outdated contents.

This commit is contained in:
Luke Taylor
2010-02-14 23:23:23 +00:00
parent e729819ce0
commit 36612377e2
124 changed files with 499 additions and 341 deletions
@@ -0,0 +1,5 @@
/**
* An {@code AuthenticationProvider} that can process CAS service tickets and proxy tickets.
*/
package org.springframework.security.cas.authentication;
@@ -1,6 +0,0 @@
<html>
<body>
An authentication provider that can process JA-SIG Central Authentication Service (CAS)
service tickets and proxy tickets.
</body>
</html>
@@ -0,0 +1,5 @@
/**
* Spring Security support for Jasig's Central Authentication Service (<a href="http://www.jasig.org/cas">CAS</a>).
*/
package org.springframework.security.cas;
@@ -0,0 +1,5 @@
/**
* Authenticates standard web browser users via CAS.
*/
package org.springframework.security.cas.web;
@@ -1,6 +0,0 @@
<html>
<body>
Authenticates standard web browser users via
JA-SIG Central Authentication Service (CAS).
</body>
</html>