one more mistake, replace 2 to PortalObjectPermission.VIEW_MASK
is this code correct?

  | PortalNodeURL secURL = resp.createRenderURL(page);
  |                     PortalObjectPermission perm = new 
PortalObjectPermission(secURL.toString(),PortalObjectPermission.VIEW_MASK);
  |                     if 
(portalAuthorizationManagerFactory.getManager().checkPermission(perm))
  | 
  |                     

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067865#4067865

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067865
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to