瀏覽代碼

Added package.html files to reamining java packages (see http://opensource.atlassian.com/projects/spring/browse/SEC-41)

Scott McCrory 20 年之前
父節點
當前提交
c2c48b905b

+ 6 - 0
core/src/main/java/org/acegisecurity/captcha/package.html

@@ -0,0 +1,6 @@
+<html>
+<body>
+Captcha classes.
+</body>
+</html>
+

+ 5 - 0
core/src/main/java/org/acegisecurity/intercept/event/package.html

@@ -0,0 +1,5 @@
+<html>
+<body>
+Provides support objects for security event interception.
+</body>
+</html>

+ 5 - 0
core/src/main/java/org/acegisecurity/providers/jaas/event/package.html

@@ -0,0 +1,5 @@
+<html>
+<body>
+Enables JAAS events to be published to the Spring application context.
+</body>
+</html>

+ 5 - 0
core/src/main/java/org/acegisecurity/providers/jaas/package.html

@@ -0,0 +1,5 @@
+<html>
+<body>
+An authentication provider for JAAS.
+</body>
+</html>

+ 5 - 0
core/src/main/java/org/acegisecurity/providers/x509/cache/package.html

@@ -0,0 +1,5 @@
+<html>
+<body>
+User caches for the X509 provider.
+</body>
+</html>

+ 5 - 0
core/src/main/java/org/acegisecurity/providers/x509/populator/package.html

@@ -0,0 +1,5 @@
+<html>
+<body>
+Implementations that populate GrantedAuthority[]s of X509 authentications.
+</body>
+</html>

+ 5 - 0
core/src/main/java/org/acegisecurity/ui/session/package.html

@@ -0,0 +1,5 @@
+<html>
+<body>
+HttpSession events and publisher classes.
+</body>
+</html>

+ 1 - 0
doc/xdocs/changes.xml

@@ -55,6 +55,7 @@
       <action dev="smccrory" type="fix">AuthorizeTag no longer depends on JDK 1.4.  Tested on Websphere 5.0 w/JDK 1.3 (see http://opensource.atlassian.com/projects/spring/browse/SEC-11)</action>
       <action dev="smccrory" type="update">Added debug statement to AbstractTicketValidator to help with Acegi+CAS+SSL setup (thanks Seth Ladd for the patch) (see http://opensource.atlassian.com/projects/spring/browse/SEC-34)</action>
       <action dev="smccrory" type="update">Added package.html files to empty resources dirs so CVS serves them to new developers</action>
+      <action dev="smccrory" type="update">Added package.html files to reamining java packages (see http://opensource.atlassian.com/projects/spring/browse/SEC-41)</action>
     </release>
     <release version="0.8.3" date="2005-05-12">
       <action dev="benalex" type="fix">HttpSessionContextIntegrationFilter elegantly handles IOExceptions and ServletExceptions within filter chain (see http://opensource.atlassian.com/projects/spring/browse/SEC-20)</action>