added javadoc package.html files for portlet classes
This commit is contained in:
parent
f70cba5d0e
commit
0efdd5d2bf
5
sandbox/portlet/src/main/java/org/acegisecurity/providers/portlet/cache/package.html
vendored
Normal file
5
sandbox/portlet/src/main/java/org/acegisecurity/providers/portlet/cache/package.html
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
<html>
|
||||
<body>
|
||||
User caches for the Portlet provider.
|
||||
</body>
|
||||
</html>
|
|
@ -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>
|
|
@ -0,0 +1,5 @@
|
|||
<html>
|
||||
<body>
|
||||
Implementations that populate GrantedAuthority[]s of Portlet authentications.
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,5 @@
|
|||
<html>
|
||||
<body>
|
||||
Authentication interceptor (and related classes) for use with the Portlet 1.0 (JSR 168) Specification.
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue