Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ElementDescriptionAvailable values
ownerString identifying owner of the activity

Values specified in IPermission.java. Can be one of:

  • UP_SYSTEM
  • UP_GROUPS
  • UP_PORTLET_PUBLISH
  • UP_PORTLET_SUBSCRIBE
  • UP_USERS
  • UP_PERMISSIONS
  • UP_ERROR_CHAN

 

principal-type 

One of:

org.jasig.portal.groups.IEntityGroup

TBD: Look to see what other type are allowed; I think person type might be allowedorg.jasig.portal.security.IPerson

principal 

If principal-type is group type: <group>groupname</group>

TBD: I think <literal>username</literal> might be allowed if If principal-type was a is person type: <literal>username</literal>

activityString specifying permissions subcategorySee IPermission.java (and source code, much of which passes in a string). Best view of available values is looking at links on Manage Permissions page.
targetOne or more targets may be specified. Target can have permission-type of GRANT or DENY.

Allowed values are:

  • <group>groupname</group> Group that receives the GRANT or DENY permission
  • <literal>targetname</literal> Values can be a username or PORTLET_ID.x where x is the ID of the portlet in the database
  • (new with uPortal 4.3.0) <portlet>portletFname</portlet> Specify a portlet by fname

...