added javadoc package.html files for portlet classes

This commit is contained in:
John Lewis 2007-07-27 04:33:56 +00:00
parent f70cba5d0e
commit 0efdd5d2bf
4 changed files with 20 additions and 0 deletions

View File

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

View File

@ -0,0 +1,5 @@
<html>
<body>
An authentication provider that can uses the security model in the Portlet 1.0 (JSR 168) Specification.
</body>
</html>

View File

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

View File

@ -0,0 +1,5 @@
<html>
<body>
Authentication interceptor (and related classes) for use with the Portlet 1.0 (JSR 168) Specification.
</body>
</html>