|
Implementation for managing
Permission and permission association to
Principal . Permissions are used to manage Principals access
entitlement on specified resources.
For instance:
grant principal o.a.j.security.UserPrincipal "theUserPrincipal"
{
permission o.a.j.security.PortletPermission "myportlet", "view,edit,minimize,maximize";
};
<pre>
author: <a href="mailto:dlestrat@apache.org">David Le Strat</a>
|