| |
|
| java.lang.Object java.security.Permission org.apache.jetspeed.security.PortalResourcePermission org.apache.jetspeed.security.FragmentPermission
FragmentPermission | public class FragmentPermission extends PortalResourcePermission (Code) | | Fragment permission.
This code was partially inspired from articles from:
This class represents access to a fragment within a
content document. A FragmentPermission consists
of a path, fragment name, or a simple fragment name
pattern and a set of actions valid for that pathname.
Here are some examples of valid fragment permissions names:
"/folder/page.psml/app::portlet" matches fragments
within a page for a specified portlet contained in a app
"security::*" matches fragments for portlets from the security app
"<<ALL FRAGMENTS>>" matches any fragment
author: Randy Watler |
FragmentPermission | public FragmentPermission(String name, String actions)(Code) | | Constructor for FragmentPermission.
Parameters: name - The fragment name. Parameters: actions - The actions on the fragment. |
FragmentPermission | public FragmentPermission(String name, int mask)(Code) | | Constructor for FragmentPermission.
Parameters: name - The fragment name. Parameters: mask - The mask of actions on the fragment. |
Fields inherited from org.apache.jetspeed.security.PortalResourcePermission | final protected int mask(Code)(Java Doc)
|
|
|
|